Skip to content

Commit

Permalink
Add valid time to the 6 tile cubed sphere grid history files (#1265)
Browse files Browse the repository at this point in the history
* Remove 'calendar:' parameter from all model_configure templates

By default the calendar type will be 'gregorian'

* Remove executable flag from params_grib2_tbl_new and two field_tables
  • Loading branch information
DusanJovic-NOAA authored Jun 24, 2022
1 parent 8820762 commit 43f31ca
Show file tree
Hide file tree
Showing 21 changed files with 6,358 additions and 6,219 deletions.
2 changes: 1 addition & 1 deletion FV3
376 changes: 188 additions & 188 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,604 changes: 809 additions & 795 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,590 changes: 802 additions & 788 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

378 changes: 189 additions & 189 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,616 changes: 815 additions & 801 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,593 changes: 833 additions & 760 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,612 changes: 813 additions & 799 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

914 changes: 457 additions & 457 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

1,134 changes: 575 additions & 559 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,664 changes: 839 additions & 825 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions tests/parm/cpt.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,6 @@
z_tracer = .true.
/

#&coupler_nml
# months = 0
# days = 1
# hours = 0
# dt_atmos = 225
# dt_ocean = 225
# current_date = 2016,10,03,00,0,0
# calendar = 'julian'
# memuse_verbose = .false.
# atmos_nthreads = 1
# use_hyper_thread = .false.
# ncores_per_node = 24
#/

&external_ic_nml
filtered_terrain = .true.
levp = @[NPZP]
Expand Down
14 changes: 0 additions & 14 deletions tests/parm/csawmg3shoc127.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,6 @@
res_latlon_dynamics = "fv3_increment.nc"
/

#&coupler_nml
# months = 0
# days = 1
# hours = 0
# dt_atmos = 225
# dt_ocean = 225
# current_date = 2016,10,03,00,0,0
# calendar = 'julian'
# memuse_verbose = .false.
# atmos_nthreads = 1
# use_hyper_thread = .false.
# ncores_per_node = 24
#/

&external_ic_nml
filtered_terrain = .true.
levp = @[NPZP]
Expand Down
14 changes: 0 additions & 14 deletions tests/parm/csawmgshoc.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,6 @@
res_latlon_dynamics = "fv3_increment.nc"
/

#&coupler_nml
# months = 0
# days = 1
# hours = 0
# dt_atmos = 225
# dt_ocean = 225
# current_date = 2016,10,03,00,0,0
# calendar = 'julian'
# memuse_verbose = .false.
# atmos_nthreads = 1
# use_hyper_thread = .false.
# ncores_per_node = 24
#/

&external_ic_nml
filtered_terrain = .true.
levp = @[NPZP]
Expand Down
Empty file modified tests/parm/field_table/field_table_regional
100755 → 100644
Empty file.
Empty file modified tests/parm/field_table/field_table_wam
100755 → 100644
Empty file.
Empty file modified tests/parm/params_grib2_tbl_new
100755 → 100644
Empty file.
14 changes: 0 additions & 14 deletions tests/parm/wam.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,6 @@
res_latlon_dynamics = "fv3_increment.nc"
/

#&coupler_nml
# months = 0
# days = 1
# hours = 0
# dt_atmos = 225
# dt_ocean = 225
# current_date = 2016,10,03,00,0,0
# calendar = 'julian'
# memuse_verbose = .false.
# atmos_nthreads = 1
# use_hyper_thread = .false.
# ncores_per_node = 24
#/

&external_ic_nml
filtered_terrain = .true.
levp = @[NPZP]
Expand Down
1 change: 1 addition & 0 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN | control_2threads
RUN | control_restart | | | control
RUN | control_fhzero | | |
RUN | control_CubedSphereGrid | | fv3 |
RUN | control_CubedSphereGrid_parallel | - wcoss2.intel | fv3 |
RUN | control_latlon | | fv3 |
RUN | control_wrtGauss_netcdf_parallel | | fv3 |
RUN | control_c48 | | fv3 |
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220616
BL_DATE=20220623
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]] || [[ $MACHINE_ID = wcoss2.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
35 changes: 35 additions & 0 deletions tests/tests/control_CubedSphereGrid_parallel
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
###############################################################################
#
# Global control with native grid output test
#
###############################################################################

export TEST_DESCR="Compare global control native grid output results with previous trunk version"

export CNTL_DIR=control_CubedSphereGrid_parallel

export LIST_FILES="sfcf000.nc \
sfcf024.nc \
atmf000.nc \
atmf024.nc"
export_fv3
export NPZ=127
export NPZP=128
export DT_ATMOS=720
export SYEAR=2021
export SMONTH=03
export SDAY=22
export SHOUR=06
export RESTART_INTERVAL=0
export OUTPUT_GRID='cubed_sphere_grid'
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export NSTF_NAME='2,0,0,0,0'
export IAER=5111
export IOVR=3

export WRITE_DOPOST=.false.

export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
export INPUT_NML=control.nml.IN
export MODEL_CONFIGURE=model_configure_fhout.IN

0 comments on commit 43f31ca

Please sign in to comment.