Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mpp/mpp_parameter.F90
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ module mpp_parameter_mod
public :: COMM_TAG_17, COMM_TAG_18, COMM_TAG_19, COMM_TAG_20
public :: MPP_FILL_INT, MPP_FILL_FLOAT, MPP_FILL_DOUBLE


THIS IS SUPPOSED TO FAIL A COMPILE!!!!
DO NOT MERGE!!!!


!--- public paramters which is used by mpp_domains_mod and its components.
!--- All othere modules should import these parameters from mpp_domains_mod.
public :: GLOBAL_DATA_DOMAIN, CYCLIC_GLOBAL_DOMAIN, BGRID_NE, BGRID_SW, CGRID_NE, CGRID_SW
Expand Down