Skip to content

ufss2s_cmeps_v0.7

Jun Wang edited this page Jul 14, 2020 · 2 revisions

This tag was created on 07/09/2020.

This tag contains updates for the CMEPS mediator.

Major updates: (compared to Cufss2s_cmeps_v0.7)

  • CMPES:
  • Fixing the ice fraction in isolated coastal anomalies
  • Adding the capability for fractional grid.

Run sequence:

  • CMEPS warm run sequence
runSeq::
@@[coupling_interval_slow_sec]
   MED med_phases_prep_ocn_accum_avg
   MED -> OCN :remapMethod=redist
   OCN -> WAV
   WAV -> OCN :srcMaskValues=1
   OCN
   @@[coupling_interval_fast_sec]
     MED med_phases_prep_atm
     MED med_phases_prep_ice
     MED -> ATM :remapMethod=redist
     MED -> ICE :remapMethod=redist
     WAV -> ATM :srcMaskValues=1
     ATM -> WAV
     ICE -> WAV
     ATM
     ICE
     WAV
     ATM -> MED :remapMethod=redist
     ICE -> MED :remapMethod=redist
     MED med_fraction_set
     MED med_phases_prep_ocn_map
     MED med_phases_prep_ocn_merge
     MED med_phases_prep_ocn_accum_fast
     MED med_phases_profile
   @
   OCN -> MED :remapMethod=redist
   MED med_phases_restart_write
@
::
  • CMEPS variables
DRIVER_attributes::
      mediator_read_restart = .true.
::
MED_attributes::
      ATM_model = @[atm_model]
      ICE_model = @[ice_model]
      OCN_model = @[ocn_model]
      history_n = 0
      history_option = nhours
      history_ymd = -999
      coupling_mode = nems_orig
::
ALLCOMP_attributes::
      ScalarFieldCount = 2
      ScalarFieldIdxGridNX = 1
      ScalarFieldIdxGridNY = 2
      ScalarFieldName = cpl_scalars
      start_type = startup
      case_name = ufs.s2s
      restart_n = @[FV3_RESTART_INTERVAL]
      restart_option = nhours
      restart_ymd = -999
::

App/Major Component revision:

component repository revision branch/tag
ufs-s2s-model https://github.com/ufs-community/ufs-s2s-model f522887 tag: ufss2s_cmeps_v0.7
fv3 https://github.com/NOAA-EMC/fv3atm e8fd6ee develop
mom6-interface https://github.com/NOAA-EMC/MOM6-interface 65141b6 develop
CICE-SRC https://github.com/NOAA-EMC/CICE5 266ee81 develop
WW3 https://github.com/NOAA-EMC/WW3 46bcb86 develop
NEMS https://github.com/NOAA-EMC/NEMS 592b15a develop
CMEPS https://github.com/NOAA-EMC/CMEPS b74f966 develop
FMS https://github.com/NOAA-GFDL/FMS 708b8d5 tag: 2019.01
stochastic physics https://github.com/noaa-psd/stochastic_physics 4b57c7c master
Clone this wiki locally