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 10419 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs – NEMO

Ignore:
Timestamp:
2018-12-19T20:46:30+01:00 (5 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: merge with trunk@10418, see #2133

Location:
NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs/SHARED/field_def_nemo-ice.xml

    r9943 r10419  
    2929          <field id="icemask15"    long_name="Ice mask (0 if ice conc. lower than 15%, 1 otherwise)"   standard_name="sea_ice_mask15"                            unit="" /> 
    3030     <field id="icepres"      long_name="Fraction of time steps with sea ice"                     standard_name="sea_ice_time_fraction"                     unit="" /> 
    31       
     31          <field id="fasticepres"  long_name="Fraction of time steps with landfast ice"                standard_name="fast_ice_time_fraction"                    unit="" /> 
     32  
    3233     <!-- general fields --> 
    3334          <field id="icemass"      long_name="Sea-ice mass per area"                                   standard_name="sea_ice_amount"                            unit="kg/m2"/> 
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs/SHARED/field_def_nemo-pisces.xml

    r10368 r10419  
    105105       <field id="LGW"         long_name="Weak ligands concentration"                unit="mmol/m3" /> 
    106106       <field id="LGW_e3t"     long_name="LGW * e3t"                                 unit="mmol/m2"  > LGW * e3t </field > 
    107        <field id="LFe"         long_name="Lithogenic iron concentration"             unit="mmol/m3" /> 
    108        <field id="LFe_e3t"     long_name="LFe * e3t"                                 unit="mmol/m2"  > LFe * e3t </field > 
    109107 
    110108       <!-- PISCES light : variables available with ln_p2z  --> 
     
    208206       <field id="SIZEP"       long_name="Mean relative size of picophyto."        unit="-"          grid_ref="grid_T_3D" /> 
    209207       <field id="SIZED"       long_name="Mean relative size of diatoms"           unit="-"          grid_ref="grid_T_3D" /> 
    210        <field id="Fe2"         long_name="Iron II concentration"                   unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    211208       <field id="Fe3"         long_name="Iron III concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    212209       <field id="FeL1"        long_name="Complexed Iron concentration with L1"    unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    213        <field id="FeL2"        long_name="Complexed Iron concentration with L2"    unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    214        <field id="FeP"         long_name="Precipitated Iron III"                   unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    215210       <field id="TL1"         long_name="Total L1 concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    216        <field id="TL2"         long_name="Total L2 concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    217211       <field id="pdust"       long_name="dust concentration"                      unit="g/m3"                            /> 
    218212       <field id="Totlig"      long_name="Total ligand concentation"               unit="nmol/m3"    grid_ref="grid_T_3D" /> 
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs/SHARED/namelist_ice_ref

    r10075 r10419  
    4949&namdyn         !   Ice dynamics 
    5050!------------------------------------------------------------------------------ 
    51    ln_dynFULL       = .true.          !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    52    ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    53    ln_dynADV        = .false.         !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
    54       rn_uice       =   0.00001       !        prescribed ice u-velocity 
    55       rn_vice       =   0.            !        prescribed ice v-velocity 
    56    rn_ishlat        =   2.            !  free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    57    ln_landfast      = .false.         !  landfast ice parameterization (T or F)                            
    58       rn_gamma      =   0.15          !     fraction of ocean depth that ice must reach to initiate landfast 
    59                                       !        recommended range: [0.1 ; 0.25] 
    60       rn_icebfr     =  10.            !     maximum bottom stress per unit area of contact [N/m2]                  
    61                                       !        a very large value ensures ice velocity=0 even with a small contact area 
    62                                       !        recommended range: ?? (should be greater than atm-ice stress => >0.1 N/m2) 
    63       rn_lfrelax    =   1.e-5         !     relaxation time scale to reach static friction [s-1] 
     51   ln_dynALL        = .true.          !  dyn.: full ice dynamics                  (rheology + advection + ridging/rafting + correction) 
     52   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections     (rheology + advection) 
     53   ln_dynADV1D      = .false.         !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case) 
     54   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 
     55      rn_uice       =   0.5           !        prescribed ice u-velocity 
     56      rn_vice       =   0.5           !        prescribed ice v-velocity 
     57   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
     58   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
     59   ln_landfast_home = .false.         !  landfast: parameterization from "home made" 
     60      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
     61                                      !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 
     62      rn_icebfr     =  15.            !        ln_landfast_L16:  maximum bottom stress per unit volume [N/m3] 
     63                                      !        ln_landfast_home: maximum bottom stress per unit area of contact [N/m2] 
     64                                      !          recommended range: ?? L16=15 - home=10 
     65      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
     66      rn_tensile    =   0.2           !        isotropic tensile strength 
    6467/ 
    6568!------------------------------------------------------------------------------ 
     
    205208   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    206209   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    207    cn_dir ='./' 
     210   cn_dir='./' 
    208211/ 
    209212!------------------------------------------------------------------------------ 
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs/SHARED/namelist_pisces_ref

    r10377 r10419  
    5252   wsbio2scale =  5000.    ! Big particles length scale of sinking 
    5353!                         !  ln_ligand enabled 
    54    wfep       =  0.2      ! FeP sinking speed  
    5554   ldocp      =  1.E-4    ! Phyto ligand production per unit doc  
    5655   ldocz      =  1.E-4    ! Zoo ligand production per unit doc  
     
    155154   excretn    =  0.05     ! excretion ratio of phytoplankton 
    156155   excretd    =  0.05     ! excretion ratio of diatoms 
    157    ln_newprod =  .true.   ! Enable new parame. of production (T/F)  
    158156   bresp      =  0.033    ! Basal respiration rate 
    159157   chlcnm     =  0.033    ! Maximum Chl/C in nanophytoplankton 
     
    222220   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM 
    223221   unass2     =  0.3      ! non assimilated fraction of P by mesozoo 
    224    grazflux   =  2.e3     ! flux-feeding rate 
     222   grazflux   =  3.e3     ! flux-feeding rate 
    225223/ 
    226224!----------------------------------------------------------------------- 
     
    304302&nampisfer     !   parameters for iron chemistry 
    305303!----------------------------------------------------------------------- 
    306    ln_fechem =  .false.   ! complex iron chemistry ( T/F ) 
    307    ln_ligvar =  .false.   ! variable ligand concentration 
    308    xlam1        =  0.005  ! scavenging rate of Iron 
    309    xlamdust     =  150.0  ! Scavenging rate of dust 
    310    ligand       =  0.7E-9 ! Ligands concentration  
    311    kfep         =  0.01   ! Nanoparticle formation rate constant 
     304   ln_ligvar =  .true.    ! variable ligand concentration 
     305   xlam1     =  0.005     ! scavenging rate of Iron 
     306   xlamdust  =  150.0     ! Scavenging rate of dust 
     307   ligand    =  0.7E-9    ! Ligands concentration  
     308   kfep      =  0.01      ! Nanoparticle formation rate constant 
    312309/ 
    313310!-----------------------------------------------------------------------   
     
    382379   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply  
    383380!                          ! ln_ligand 
    384    fep_rats    =  1.       ! Fep/Fer ratio from sed sources  
    385    fep_rath    =  1.       ! Fep/Fer ratio from sed hydro sources  
    386    rdustfep    =  0.0      ! Fraction of dust that is FeP 
    387381   lgw_rath    =  0.5      ! Weak ligand ratio from sed hydro sources  
    388382/ 
     
    390384&nampislig     !   Namelist parameters for ligands, nampislig 
    391385!----------------------------------------------------------------------- 
    392    rfep        =  0.001    ! Dissolution rate of FeP 
    393386   rlgw        =  100.     ! Lifetime (years) of weak ligands 
    394387   rlig        =  1.E-4    ! Remin ligand production per unit C 
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r9902 r10419  
    3535&namdyn         !   Ice dynamics 
    3636!------------------------------------------------------------------------------ 
    37    ln_landfast      = .false.         !  landfast ice parameterization (T or F) 
    3837/ 
    3938!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.