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.
ticket/0972_merge_PISLOB (diff) – NEMO

Changes between Version 11 and Version 12 of ticket/0972_merge_PISLOB


Ignore:
Timestamp:
2012-08-06T16:20:22+02:00 (12 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0972_merge_PISLOB

    v11 v12  
    3131'''(2)''' Improvment of PISCES ( Done by Olivier Aumont ) 
    3232 
    33 * debbuging/tuning procedure 
     33 * debbuging/tuning procedure 
    3434Kriest code was not so buggy and so the debugging was pretty short. The problem was more that the results I got with this version were more or less crap ... So I did some tuning, which is by no means over. During this debuging/tuning procedure, I found some problems in the standard code which explains why there are not only changes concerning Kriest but also some other changes. I should say that these changes include also some bugs/inappropriate codings I changed some months ago. 
    3535 
    3636Here is a list of all the routines that have been modified. No major parameterizations have been changed. It's only debugging/slight changes : 
    37  - denitrification in the sediments 
    38  - iron from seaice 
    39  - Al's iron model following their paper his paper with Christof (Al can you send me your code if possible ?) 
    40  - The new river package 
     37  - denitrification in the sediments 
     38  - iron from seaice 
     39  - Al's iron model following their paper his paper with Christof (Al can you send me your code if possible ?) 
     40  - The new river package 
    4141 
    4242 
    4343List of the changes/bugfixes (alphabetical order) : 
    4444 
    45  - p4zbio.F90 : correction made on the update of trn to avoid marginal negative concentrations which happened with the previous coding. 
    46  - p4zlim.F90 : slight change on the minimum iron concentration small changes on the half-saturation constants for N limitation (x3 instead of x2). Bug correction on xlimbac. zlim1 should be limitation by N and not only by NH4 (bacteria can use both nh4 and NO3). 
    47  - p4zmicro : the multiplication by 2 in zrespz has been removed. Changes in the threshold computation for grazing. Grazing is now possible even for very small values of food which avoids loosing microzooplankton when food is very scarce. 
    48  - p4zmeso (ok I know, it is before p4zmicro but it was easier for the comments ) : same change as in p4zmicro for the threshold. 
    49  - p4zprod.F90 : various bug corrections (nothing serious). 
    50  - p4zrem.F90 : zbactfer has been completely rewritten 
    51  - p4zsed.F90 : P deposition has been added and is computed from dust. 
     45  - p4zbio.F90 : correction made on the update of trn to avoid marginal negative concentrations which happened with the previous coding. 
     46  - p4zlim.F90 : slight change on the minimum iron concentration small changes on the half-saturation constants for N limitation (x3 instead of x2). Bug correction on xlimbac. zlim1 should be limitation by N and not only by NH4 (bacteria can use both nh4 and NO3). 
     47  - p4zmicro : the multiplication by 2 in zrespz has been removed. Changes in the threshold computation for grazing. Grazing is now possible even for very small values of food which avoids loosing microzooplankton when food is very scarce. 
     48  - p4zmeso (ok I know, it is before p4zmicro but it was easier for the comments ) : same change as in p4zmicro for the threshold. 
     49  - p4zprod.F90 : various bug corrections (nothing serious). 
     50  - p4zrem.F90 : zbactfer has been completely rewritten 
     51  - p4zsed.F90 : P deposition has been added and is computed from dust. 
    5252                7.6 has been changed to 7.625 ( rno3 parameter ) 
    5353                The computation of the total supply by the different sources has been corrected to compute the real average. So the sums should be divided by the number of timesteps of the input file. There was no problem for the standard version but when the number of timesteps are changed in the input files (for instance monthly fields for rivers), then the budget is wrong ! 
    54  - p4zsink.F90 : bug corrections for Kriest, I have added a new xkr_nmicro for the number of elementary particles in micro end products for the kriest parameterization. This means that the namelist has changed. doc aggregation for Kriest has been changed Computation of the standard sinking speed has been changed. For this point, in fact, the correct parameterization is commented out in the standard code. I changed that to uncomment the appropriate lines. 
     54  - p4zsink.F90 : bug corrections for Kriest, I have added a new xkr_nmicro for the number of elementary particles in micro end products for the kriest parameterization. This means that the namelist has changed. doc aggregation for Kriest has been changed Computation of the standard sinking speed has been changed. For this point, in fact, the correct parameterization is commented out in the standard code. I changed that to uncomment the appropriate lines. 
    5555 
    5656trcnam_pisces, trcsms_pisces, ... : 7.6 -> 7.625 and perhaps some corrections. Furthermore, trcnam_pisces.F90 includes a new parameter that should be read in the namelist which is the N content of the aggregate. 
     
    6060 * improvment/ new parametrization 
    6161 
    62   - New Al's iron model following his paper with Christof. New module p4zfechem.F90, enabled with a namelist parameter ln_fechem 
    63   - Introduction of a PAR variable at the ocean surface, activated by a namelist parameter ln_varpar 
    64   - Introduction of a potential time-spitting for vertical sedimentation 
    65   - Solubility of dust deposition of iron, activated by a namelist parameter ln_solub 
    66   - Revisit of the half-saturation constants ( the variation ) 
    67   - New river package : more inputs nutrients in river ( DIC,DOC,DIN,DON,DIP,DOP,DSI) 
     62   - New Al's iron model following his paper with Christof. New module p4zfechem.F90, enabled with a namelist parameter '''ln_fechem''' 
     63   - Introduction of a PAR variable at the ocean surface, activated by a namelist parameter '''ln_varpar''' 
     64   - Introduction of a potential time-spitting for vertical sedimentation 
     65   - Solubility of dust deposition of iron, activated by a namelist parameter '''ln_solub''' 
     66   - Revisit of the half-saturation constants ( the variation ) 
     67   - New river package : more inputs nutrients in river ( DIC,DOC,DIN,DON,DIP,DOP,DSI) 
     68   - iron from sea ice, activated by a namelist parameter '''ln_ironice''' 
     69   - Input of iron from hydrothermal vents, activated by a namelist parameter '''ln_hydrofe''' 
    6870 
    6971