Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@

<param>
<post_avblfldidx>36</post_avblfldidx>
<shortname>SOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<pname>SOILMOI</pname>
<shortname>GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<pname>CISOILM</pname>
<fixed_sfc1_type>depth_bel_land_sfc</fixed_sfc1_type>
<fixed_sfc2_type>depth_bel_land_sfc</fixed_sfc2_type>
<scale>3.0</scale>
Expand Down
2 changes: 1 addition & 1 deletion parm/postcntrl_gfs_f00_two.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@
</param>

<param>
<shortname>SOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<shortname>GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<scale_fact_fixed_sfc1>2</scale_fact_fixed_sfc1>
<level>0.</level>
<scale_fact_fixed_sfc2>2</scale_fact_fixed_sfc2>
Expand Down
2 changes: 1 addition & 1 deletion parm/postcntrl_gfs_flux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
</param>

<param>
<shortname>SOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<shortname>GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<scale_fact_fixed_sfc1>2</scale_fact_fixed_sfc1>
<level>0.</level>
<scale_fact_fixed_sfc2>2</scale_fact_fixed_sfc2>
Expand Down
2 changes: 1 addition & 1 deletion parm/postcntrl_gfs_flux_f00.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
</param>

<param>
<shortname>SOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<shortname>GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<scale_fact_fixed_sfc1>2</scale_fact_fixed_sfc1>
<level>0.</level>
<scale_fact_fixed_sfc2>2</scale_fact_fixed_sfc2>
Expand Down
2 changes: 1 addition & 1 deletion parm/postcntrl_gfs_two.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@
</param>

<param>
<shortname>SOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<shortname>GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC</shortname>
<scale_fact_fixed_sfc1>2</scale_fact_fixed_sfc1>
<level>0.</level>
<scale_fact_fixed_sfc2>2</scale_fact_fixed_sfc2>
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-GFS-F00-TWO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7397,11 +7397,11 @@ hybrid_lvl
?
?
36
SOILM_ON_DEPTH_BEL_LAND_SFC
GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC
?
1
tmpl4_0
SOILMOI
CISOILM
?
?
depth_bel_land_sfc
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-GFS-FLUX-F00.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1682,11 +1682,11 @@ hybrid_lvl
?
?
36
SOILM_ON_DEPTH_BEL_LAND_SFC
GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC
?
1
tmpl4_0
SOILMOI
CISOILM
?
?
depth_bel_land_sfc
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-GFS-FLUX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3828,11 +3828,11 @@ surface
?
?
36
SOILM_ON_DEPTH_BEL_LAND_SFC
GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC
?
1
tmpl4_0
SOILMOI
CISOILM
?
?
depth_bel_land_sfc
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-GFS-TWO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11393,11 +11393,11 @@ surface
?
?
36
SOILM_ON_DEPTH_BEL_LAND_SFC
GFS_CISOILM_ON_DEPTH_BEL_LAND_SFC
?
1
tmpl4_0
SOILMOI
CISOILM
?
?
depth_bel_land_sfc
Expand Down
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
set(CMAKE_Fortran_FLAGS
"-g -traceback -fp-model source -free -convert big_endian")
set(CMAKE_Fortran_FLAGS_RELEASE "-O3")
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -ftrapuv -check all")
set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -ftrapuv -check all -check noarg_temp_created")
set_source_files_properties(INITPOST_GFS_NEMS_MPIIO.f INITPOST_NETCDF.f INITPOST_NEMS.f PROPERTIES COMPILE_FLAGS -qoverride-limits)
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$")
set(CMAKE_Fortran_FLAGS
Expand Down