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 3824 – NEMO

Changeset 3824


Ignore:
Timestamp:
2013-03-01T16:28:03+01:00 (11 years ago)
Author:
cetlod
Message:

nemov3.5 alpha : bugfix on Fe hydrothermal vents in PISCES, see ticket #1063

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces

    r3680 r3824  
    193193   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
    194194   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    195    ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents 
    196    sedfeinput  =  1E-9     ! Coastal release of Iron 
     195   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
     196   sedfeinput  =  1.e-9    ! Coastal release of Iron 
    197197   dustsolub   =  0.02     ! Solubility of the dust 
    198198   wdust       =  2.0      ! Dust sinking speed  
    199    icefeinput  =  15E-9    ! Iron concentration in sea ice 
    200    nitrfix     =  1E-7     ! Nitrogen fixation rate 
     199   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     200   nitrfix     =  1.e-7    ! Nitrogen fixation rate 
    201201   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2) 
    202    concfediaz  =  1.E-10   ! Diazotrophs half-saturation Cste for Iron 
    203    hratio      =  9.E-5    ! Fe to 3He ratio assumed for vent iron supply  
     202   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron 
     203   hratio      =  9.e+5    ! Fe to 3He ratio assumed for vent iron supply  
    204204/ 
    205205!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_pisces

    r3680 r3824  
    193193   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
    194194   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    195    ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents 
    196    sedfeinput  =  1E-9     ! Coastal release of Iron 
     195   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
     196   sedfeinput  =  1.e-9    ! Coastal release of Iron 
    197197   dustsolub   =  0.02     ! Solubility of the dust 
    198198   wdust       =  2.0      ! Dust sinking speed  
    199    icefeinput  =  15E-9    ! Iron concentration in sea ice 
    200    nitrfix     =  1E-7     ! Nitrogen fixation rate 
     199   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     200   nitrfix     =  1.e-7    ! Nitrogen fixation rate 
    201201   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2) 
    202    concfediaz  =  1.E-10   ! Diazotrophs half-saturation Cste for Iron 
    203    hratio      =  9.E-5    ! Fe to 3He ratio assumed for vent iron supply  
     202   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron 
     203   hratio      =  9.e+5    ! Fe to 3He ratio assumed for vent iron supply  
    204204/ 
    205205!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/SHARED/field_def.xml

    r3771 r3824  
    298298       <field id="Sdenit"      long_name="Nitrate reduction in the sediments"      unit="molN/m2/s"                    /> 
    299299       <field id="Ironice"     long_name="Iron input/uptake due to sea ice"        unit="molFe/m2/s"                   /> 
    300        <field id="HYDR"        long_name="Iron input from hydrothemal vents"       unit="molFe/m2/s"                   /> 
     300       <field id="HYDR"        long_name="Iron input from hydrothemal vents"       unit="molFe/m2/s" grid_ref="grid_T_3D" /> 
    301301       <field id="EPC100"      long_name="Export of carbon particles at 100 m"     unit="mol/m2/s"                     /> 
    302302       <field id="EPFE100"     long_name="Export of biogenic iron at 100 m"        unit="mol/m2/s"                     /> 
Note: See TracChangeset for help on using the changeset viewer.