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 8003 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2017-05-09T12:14:45+02:00 (7 years ago)
Author:
aumont
Message:

modification in the code to remove unnecessary parts such as kriest and non iomput options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90

    r6455 r8003  
    107107   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   tgfunc2   !: Temp. dependancy of mesozooplankton rates 
    108108 
    109 #if defined key_kriest 
    110    !!*  Kriest parameter for aggregation 
    111    REAL(wp) ::   xkr_eta                            !: Sinking  exponent  
    112    REAL(wp) ::   xkr_zeta                           !:  N content exponent  
    113    REAL(wp) ::   xkr_ncontent                       !:  N content factor    
    114    REAL(wp) ::   xkr_massp                          !:  
    115    REAL(wp) ::   xkr_mass_min, xkr_mass_max         !:  Minimum, Maximum mass for Aggregates  
    116 #endif 
    117  
    118109#endif 
    119110 
Note: See TracChangeset for help on using the changeset viewer.