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 2 and Version 3 of ticket/0972_merge_PISLOB


Ignore:
Timestamp:
2012-08-06T11:10:21+02:00 (12 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0972_merge_PISLOB

    v2 v3  
    88'''ticket''' : #972 
    99 
    10 '''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/BRANCH_NAME      BRANCH_NAME ]  
     10'''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2012/dev_r3436_LOCEAN15_PISLOB  dev_r3436_LOCEAN15_PISLOB]  
    1111---- 
    1212 
    1313=== Description === 
    1414 
     15'''Motivations''' 
     16[[BR]][[BR]] 
     17 - System simplification : Merge of PISCES & LOBSTER biogeochemical models.  
     18 - System development    : Improvment of PISCES model 
     19'''Strategy''' 
    1520 
     21'''(1)''' Merge of PISCES & LOBSTER  
     22 
     23- Include the 2 SMS models within the same framework PISCES 
     24- Creation of 2 sub-directory : PISCES/P4Z for PISCES ( 4 nutrients + iron ) and PISCES/P2Z for LOBSTER ( 2 nutrients ) 
     25- merge the interfaces for initialisation, output, restart, namelist read etc..., i.e : 
     26  * suppression of directory LOBSTER and modules par_lobster.F90  sms_lobster.F90  trcini_lobster.F90  trcnam_lobster.F90  trcrst_lobster.F90  trcsms_lobster.F90 
     27  * rename module trcbio.F90 to p2zbio.F90, trcexp.F90 to p2zexp.F90,... and the main routine is now called p2zsms.F90   
     28- rename key_lobster to key_pisces_reduced 
     29 
     30[[BR]] 
    1631---- 
    1732=== Testing ===