Skip to content

Commit

Permalink
RT cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed May 28, 2024
1 parent 32a6c4d commit 76cae4f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
mkdir -p INPUT

#CDEPS data files
#rsync -arv @[INPUTDATA_ROOT]/cplhist_DOCN_DICE/. INPUT
#cp /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_RT/rt_301994/cpld_control_nowave_noaero_p8_intel/ufs.cpld.cpl*.nc INPUT
cp /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/cplhist_DOCN_DICE/ufs.cpld.cpl*.nc INPUT

#CDEPS fix files - same for ocn/ice
Expand Down
1 change: 0 additions & 1 deletion tests/fv3_conf/cpld_docn_pcice.IN
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mkdir -p INPUT

#For consistency, same CDEPS docn and CICE ice prescribed input files (data and ESMF_mesh)
#cp /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/OISST/RT/* INPUT
cp /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/input_data/ERA5/* INPUT
14 changes: 0 additions & 14 deletions tests/parm/ufs.configure.s2s.IN
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,6 @@ MED_attributes::
coupling_mode = @[CPLMODE]
pio_rearranger = @[pio_rearranger]
ocean_albedo_limit = @[ocean_albedo_limit]
histaux_ice2med_file1_auxname = ice.ncpl.inst
histaux_ice2med_file1_doavg = .false.
histaux_ice2med_file1_enabled = .true.
histaux_ice2med_file1_flds = all
histaux_ice2med_file1_history_n = 1
histaux_ice2med_file1_history_option = nsteps
histaux_ice2med_file1_ntperfile = 1
histaux_ocn2med_file1_auxname = ocn.ncpl.inst
histaux_ocn2med_file1_doavg = .false.
histaux_ocn2med_file1_enabled = .true.
histaux_ocn2med_file1_flds = all
histaux_ocn2med_file1_history_n = 1
histaux_ocn2med_file1_history_option = nsteps
histaux_ocn2med_file1_ntperfile = 1
::

ALLCOMP_attributes::
Expand Down
3 changes: 1 addition & 2 deletions tests/tests/atm_ds2s_docn_dice
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ export FIELD_TABLE=field_table_thompson_noaero_tke
export INPUT_NML=global_control.nml.IN
export MODEL_CONFIGURE=model_configure.IN
export UFS_CONFIGURE=ufs.configure.s2s.IN
export FV3_RUN="cpld_control_run.IN cplhist_cdeps_docn_dice.IN"
#export FV3_RUN="control_run.IN cplhist_cdeps_docn_dice.IN"
export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN"

0 comments on commit 76cae4f

Please sign in to comment.