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 3524 for branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/TOP_SRC/SED/sedchem.F90 – NEMO

Ignore:
Timestamp:
2012-11-02T07:13:40+01:00 (11 years ago)
Author:
gm
Message:

Branch: dev_r3385_NOCS04_HAMF; #665. add USE lib_fortran when SIGN is used (TOP,OPA,LIM2&3) ; salt flux names start with sfx_ in LIM3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/TOP_SRC/SED/sedchem.F90

    r2761 r3524  
    11MODULE sedchem 
    2  
     2   ! 
    33#if defined key_sed  
    44   !!====================================================================== 
     
    66   !! sediment :   Variable for chemistry of the CO2 cycle 
    77   !!====================================================================== 
    8    !!   modules used 
    9    USE sed     ! sediment global variable 
     8   USE sed            ! sediment global variable 
    109   USE sedarr 
    11  
    12    !! * Accessibility 
     10   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined)   
     11 
    1312   PUBLIC sed_chem    
    1413 
Note: See TracChangeset for help on using the changeset viewer.