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 6810 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90 – NEMO

Ignore:
Timestamp:
2016-07-20T14:54:06+02:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 20-07-2016 -- adapt dust conversion to SI dust-dep units

-- correct idtra negative values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90

    r6806 r6810  
    25092509               !! aeolian iron deposition 
    25102510               if (jk.eq.1) then 
    2511                   !! dust   is in g Fe / m2 / month 
    2512                   !! ffetop is in mmol / m3 / day 
    2513                   ffetop  = (((dust(ji,jj) * 1.e3 * xfe_sol) / xfe_mass) / fthk) / 30. 
     2511                  !! zirondep   is in mmol-Fe / m2 / day 
     2512                  !! ffetop     is in mmol-dissolved-Fe / m3 / day 
     2513                  ffetop  = zirondep(ji,jj) * xfe_sol / fthk  
    25142514               else 
    25152515                  ffetop  = 0.0 
Note: See TracChangeset for help on using the changeset viewer.