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 10401 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2018-12-17T16:57:34+01:00 (5 years ago)
Author:
cetlod
Message:

Remove obsolescence in PISCES

Location:
NEMO/trunk/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-pisces.xml

    r10363 r10401  
    208208       <field id="SIZEP"       long_name="Mean relative size of picophyto."        unit="-"          grid_ref="grid_T_3D" /> 
    209209       <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" /> 
    211210       <field id="Fe3"         long_name="Iron III concentration"                  unit="nmol/m3"    grid_ref="grid_T_3D" /> 
    212211       <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" /> 
    215212       <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" /> 
    217213       <field id="pdust"       long_name="dust concentration"                      unit="g/m3"                            /> 
    218214       <field id="Totlig"      long_name="Total ligand concentation"               unit="nmol/m3"    grid_ref="grid_T_3D" /> 
  • NEMO/trunk/cfgs/SHARED/namelist_pisces_ref

    r10375 r10401  
    155155   excretn    =  0.05     ! excretion ratio of phytoplankton 
    156156   excretd    =  0.05     ! excretion ratio of diatoms 
    157    ln_newprod =  .true.   ! Enable new parame. of production (T/F)  
    158157   bresp      =  0.033    ! Basal respiration rate 
    159158   chlcnm     =  0.033    ! Maximum Chl/C in nanophytoplankton 
     
    304303&nampisfer     !   parameters for iron chemistry 
    305304!----------------------------------------------------------------------- 
    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 
     305   ln_ligvar =  .true.    ! variable ligand concentration 
     306   xlam1     =  0.005     ! scavenging rate of Iron 
     307   xlamdust  =  150.0     ! Scavenging rate of dust 
     308   ligand    =  0.7E-9    ! Ligands concentration  
     309   kfep      =  0.01      ! Nanoparticle formation rate constant 
    312310/ 
    313311!-----------------------------------------------------------------------   
Note: See TracChangeset for help on using the changeset viewer.