New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12812 for NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs – NEMO

Ignore:
Timestamp:
2020-04-24T17:31:59+02:00 (4 years ago)
Author:
dancopsey
Message:

Merge in Clem's branch:

http://forge.ipsl.jussieu.fr/nemo/browser/NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl

Location:
NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs/SHARED
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs/SHARED/field_def_nemo-ice.xml

    r11575 r12812  
    4949          <field id="icehpnd"      long_name="melt pond depth"                                         standard_name="sea_ice_meltpond_depth"                    unit="m" />  
    5050          <field id="icevpnd"      long_name="melt pond volume"                                        standard_name="sea_ice_meltpond_volume"                   unit="m" />  
     51          <field id="icehlid"      long_name="melt pond lid depth"                                     standard_name="sea_ice_meltpondlid_depth"                 unit="m" />  
     52          <field id="icevlid"      long_name="melt pond lid volume"                                    standard_name="sea_ice_meltpondlid_volume"                unit="m" />  
    5153      
    5254     <!-- heat --> 
     
    171173          <field id="frq_m"    unit="-"    /> 
    172174 
     175          <!-- rheology convergence tests --> 
     176          <field id="uice_cvg"   long_name="sea ice velocity convergence"   standard_name="sea_ice_velocity_convergence"   unit="m/s" /> 
     177 
    173178     <!-- ================= --> 
    174179          <!-- Add-ons for SIMIP --> 
     
    252257          <field id="iceapnd_cat"  long_name="Ice melt pond concentration per category"          unit=""        />  
    253258          <field id="icehpnd_cat"  long_name="Ice melt pond thickness per category"              unit="m"       detect_missing_value="true" />  
     259          <field id="icehlid_cat"  long_name="Ice melt pond lid thickness per category"          unit="m"       detect_missing_value="true" />  
    254260          <field id="iceafpnd_cat" long_name="Ice melt pond fraction per category"               unit=""        />  
     261          <field id="iceaepnd_cat" long_name="Ice melt pond effective fraction per category"     unit=""        />  
    255262          <field id="icemask_cat"  long_name="Fraction of time step with sea ice (per category)" unit=""        /> 
    256263          <field id="iceage_cat"   long_name="Ice age per category"                              unit="days"    detect_missing_value="true" /> 
  • NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs/SHARED/field_def_nemo-oce.xml

    r11536 r12812  
    2727        <field id="soce"         long_name="salinity"                            standard_name="sea_water_practical_salinity"      unit="1e-3"     grid_ref="grid_T_3D"/> 
    2828        <field id="soce_e3t"     long_name="salinity    (thickness weighted)"                                                      unit="1e-3"     grid_ref="grid_T_3D" > soce * e3t </field > 
     29 
     30   <!--- additions to diawri.F90 ---> 
     31        <field id="socegrad"    long_name="module of salinity gradient"              unit="psu/m"   grid_ref="grid_T_3D"/> 
     32        <field id="socegrad2"   long_name="square of module of salinity gradient"    unit="psu2/m2" grid_ref="grid_T_3D"/> 
     33        <field id="eken_int"    long_name="vertical integration of kinetic energy"   unit="m3/s2"   /> 
     34        <field id="relvor"      long_name="relative vorticity"                       unit="s-1"    grid_ref="grid_T_3D"/> 
     35        <field id="absvor"      long_name="absolute vorticity"                       unit="s-1"    grid_ref="grid_T_3D"/> 
     36        <field id="potvor"      long_name="potential vorticity"                      unit="s-1"    grid_ref="grid_T_3D"/> 
     37        <field id="salt2c"      long_name="Salt content vertically integrated"       unit="1e-3*kg/m2" /> 
    2938 
    3039        <!-- t-eddy viscosity coefficients (ldfdyn) --> 
  • NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs/SHARED/namelist_ice_ref

    r11649 r12812  
    9797      rn_relast     =   0.333         !     ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast  
    9898                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300) 
     99   ln_rhg_chkcvg    = .false.         !  check convergence of rheology (outputs: file ice_cvg.nc & variable uice_cvg) 
    99100/ 
    100101!------------------------------------------------------------------------------ 
     
    126127   ln_icedO         = .true.          !  activate ice growth in open-water (T) or not (F) 
    127128   ln_icedS         = .true.          !  activate brine drainage (T) or not (F) 
     129   ! 
     130   ln_leadhfx       = .true.          !  heat in the leads is used to melt sea-ice before warming the ocean 
    128131/ 
    129132!------------------------------------------------------------------------------ 
     
    176179!------------------------------------------------------------------------------ 
    177180   ln_pnd           = .false.         !  activate melt ponds or not 
    178      ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     181     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 
     182       ln_pnd_lids  = .true.          !  ponds with frozen lids 
     183       ln_pnd_flush = .true.          !  ponds flushing trhu the ice   
     184       rn_apnd_min  =   0.15          !  minimum ice fraction that contributes to melt pond. range: 0.0 -- 0.15 ?? 
     185       rn_apnd_max  =   0.85          !  maximum ice fraction that contributes to melt pond. range: 0.7 -- 0.85 ?? 
    179186     ln_pnd_CST     = .false.         !  activate constant  melt ponds 
    180187       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     
    186193!------------------------------------------------------------------------------ 
    187194   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    188    ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
     195   nn_iceini_file   =   0             !     0 = Initialise sea ice based on SSTs 
     196                                      !     1 = Initialise sea ice from single category netcdf file 
     197                                      !     2 = Initialise sea ice from multi category restart file 
    189198   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
    190199   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
     
    206215   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
    207216   rn_hpd_ini_s     =   0.05          !        "            "             South 
    208    ! -- for ln_iceini_file = T 
     217   rn_hld_ini_n     =   0.0           !  initial pond lid depth      (m), North 
     218   rn_hld_ini_s     =   0.0           !        "            "             South 
     219   ! -- for nn_iceini_file = 1 
    209220   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    210221   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     
    217228   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    218229   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     230   sn_hld = 'NOT USED'              , -12 ,'hld'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    219231   cn_dir='./' 
    220232/ 
     
    238250   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    239251   ln_icectl        = .false.         !  ice points output for debug (T or F) 
    240    iiceprt          =  10             !  i-index for debug 
    241    jiceprt          =  10             !  j-index for debug 
    242 / 
     252      iiceprt       =  10             !     i-index for debug 
     253      jiceprt       =  10             !     j-index for debug 
     254/ 
  • NEMO/branches/UKMO/NEMO_4.0.1_dan_test_clems_branch/cfgs/SHARED/namelist_ref

    r11715 r12812  
    281281   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    282282   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     283   sn_cc       = 'NOT USED'                   ,   24         , 'CC'      ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    283284   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    284285/ 
     
    286287&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    287288!----------------------------------------------------------------------- 
    288    nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentially sending/receiving data 
    289    ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models 
    290    !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    291    nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
     289   nn_cplmodel       =     1   !  Maximum number of models to/from which NEMO is potentially sending/receiving data 
     290   ln_usecplmask     = .false. !  use a coupling mask file to merge data received from several models 
     291   !                           !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
     292   ln_scale_ice_flux = .false. !  use ice fluxes that are already "ice weighted" ( i.e. multiplied ice concentration) 
     293   nn_cats_cpl       =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1) 
    292294 
    293295   !_____________!__________________________!____________!_____________!______________________!________! 
     
    641643   bn_aip      = 'NOT USED'              ,         24.       , 'siapnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    642644   bn_hip      = 'NOT USED'              ,         24.       , 'sihpnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     645   bn_hil      = 'NOT USED'              ,         24.       , 'sihlid'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    643646   ! if bn_t_i etc are "not used", then define arbitrary temperatures and salinity and ponds 
    644647   rn_ice_tem  = 270.         !  arbitrary temperature               of incoming sea ice 
     
    647650   rn_ice_apnd = 0.2          !       --   pond fraction = a_ip/a_i            -- 
    648651   rn_ice_hpnd = 0.05         !       --   pond depth                          -- 
     652   rn_ice_hlid = 0.0          !       --   pond lid depth                      -- 
    649653/ 
    650654!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.