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 920 for trunk/NEMO/OPA_SRC/eosbn2.F90 – NEMO

Ignore:
Timestamp:
2008-05-09T13:26:34+02:00 (16 years ago)
Author:
rblod
Message:

Correct incompatibilities with Agrif (easier part), see ticket #133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/eosbn2.F90

    r888 r920  
    5454   REAL(wp), PUBLIC ::   ralpha = 2.0e-4   !: thermal expension coeff. (linear equation of state) 
    5555   REAL(wp), PUBLIC ::   rbeta  = 7.7e-4   !: saline  expension coeff. (linear equation of state) 
    56    NAMELIST/nameos/ neos, ralpha, rbeta 
    5756    
    5857   INTEGER ::   neos_init = 0         !: control flag for initialization 
     
    720719      !! ** Method  :   Read the namelist nameos and control the parameters 
    721720      !!---------------------------------------------------------------------- 
     721      NAMELIST/nameos/ neos, ralpha, rbeta 
    722722 
    723723      neos_init = 1               ! indicate that the initialization has been done 
Note: See TracChangeset for help on using the changeset viewer.