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.
2020WP/TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source (diff) – NEMO

Changes between Version 4 and Version 5 of 2020WP/TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source


Ignore:
Timestamp:
2020-04-03T18:21:34+02:00 (5 years ago)
Author:
rlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2020WP/TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source

    v4 v5  
    3030{{{#!box width=35em help 
    3131Describe flow chart of the changes in the code. \\ 
    32 List the Fortran modules and subroutines to be created/edited/deleted. p4zsbc.F90 \\ 
     32List the Fortran modules and subroutines to be created/edited/deleted. \\ 
    3333Detailed list of new variables to be defined (including namelists), \\ 
    3434give for each the chosen name and description wrt coding rules. 
    3535}}} 
    3636 
    37 ''...'' 
     37Fe is actualized according to the external sources of Fe from iceberg and ice shelf. 
     38A sediment content associated to a solubility fraction of sediment Fe is added to the freshwater fluxes of iceberg and ice shelf. For iceshelf, the parameterization of Mathiot et al. (2017) is used for the distribution of the Fe ice shelve throughout the water column. For iceberg, a homogenous distribution until 120 m of depth is applied. 
     39 
     40modified routines : 
     41- p4zsbc.F90  
     42- p4zsed.F90 
     43 
     44Intermediate variables to actualize ziron in p4zsed:\\  
     45- zironberg : "iron from iceberg freshwater flux"\\ 
     46- zironisf  : "iron from ice shelf freshwater flux" 
     47 
     48In namelist_pisces, 3 parameters are added:\\ 
     49- isffeinput : "Fraction of bioavailable iron in ice shelves"\\ 
     50- icbfeinput : "Fraction of bioavailable iron in iceberg"\\ 
     51- icbdep : "Mean underwater depth of iceberg (level depth)" 
    3852 
    3953=== Documentation updates