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 10416 for NEMO/trunk/src/TOP/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2018-12-19T12:45:43+01:00 (5 years ago)
Author:
aumont
Message:

Remove LFe from standard PISCES code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zsbc.F90

    r10362 r10416  
    3131   REAL(wp), PUBLIC ::   dustsolub    !: Solubility of the dust 
    3232   REAL(wp), PUBLIC ::   mfrac        !: Mineral Content of the dust 
    33    REAL(wp), PUBLIC ::   rdustfep     !: Fraction of dust that is dissolvable 
    3433   REAL(wp), PUBLIC ::   icefeinput   !: Iron concentration in sea ice 
    3534   REAL(wp), PUBLIC ::   wdust        !: Sinking speed of the dust  
     
    3938   REAL(wp)         ::   hratio       !: Fe:3He ratio assumed for vent iron supply 
    4039   REAL(wp)         ::   distcoast    !: Distance off the coast for Iron from sediments 
    41    REAL(wp), PUBLIC ::   fep_rats     !: Fep/Fer ratio from sed  sources 
    42    REAL(wp), PUBLIC ::   fep_rath     !: Fep/Fer ratio from hydro sources 
    4340   REAL(wp), PUBLIC ::   lgw_rath     !: Weak ligand ratio from hydro sources 
    4441 
     
    228225        &                ln_dust, ln_solub, ln_river, ln_ndepo, ln_ironsed, ln_ironice, ln_hydrofe,    & 
    229226        &                sedfeinput, distcoast, dustsolub, icefeinput, wdust, mfrac, nitrfix, diazolight, concfediaz, & 
    230         &                hratio, fep_rats, fep_rath, rdustfep, lgw_rath 
     227        &                hratio, lgw_rath 
    231228      !!---------------------------------------------------------------------- 
    232229      ! 
     
    265262         WRITE(numout,*) '      Fe to 3He ratio assumed for vent iron supply hratio  = ', hratio 
    266263         IF( ln_ligand ) THEN 
    267             WRITE(numout,*) '      Fep/Fer ratio from sed sources            fep_rats   = ', fep_rats 
    268             WRITE(numout,*) '      Fep/Fer ratio from sed hydro sources      fep_rath   = ', fep_rath 
    269             WRITE(numout,*) '      Fraction of dust that is dissolvable      rdustfep   = ', rdustfep 
    270264            WRITE(numout,*) '      Weak ligand ratio from sed hydro sources  lgw_rath   = ', lgw_rath 
    271265         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.