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 3780 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2013-02-08T12:13:47+01:00 (11 years ago)
Author:
cetlod
Message:

nemo_v3_5_alpha : bug correction to avoid compilation errors when using key_kriest, see ticket #1050

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90

    r3680 r3780  
    104104#if defined key_kriest 
    105105   !!*  Kriest parameter for aggregation 
    106    REAL(wp) ::   xkr_eta                            !: ??? 
    107    REAL(wp) ::   xkr_zeta                           !: ??? 
    108    REAL(wp) ::   xkr_massp                          !: ??? 
    109    REAL(wp) ::   xkr_mass_min, xkr_mass_max         !: ??? 
     106   REAL(wp) ::   xkr_eta                            !: Sinking  exponent  
     107   REAL(wp) ::   xkr_zeta                           !:  N content exponent  
     108   REAL(wp) ::   xkr_ncontent                       !:  N content factor    
     109   REAL(wp) ::   xkr_massp                          !:  
     110   REAL(wp) ::   xkr_mass_min, xkr_mass_max         !:  Minimum, Maximum mass for Aggregates  
    110111#endif 
    111112 
Note: See TracChangeset for help on using the changeset viewer.