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 1884 for branches/TAM_V3_0/NEMO/OPA_SRC/eosbn2.F90 – NEMO

Ignore:
Timestamp:
2010-05-27T11:26:52+02:00 (14 years ago)
Author:
rblod
Message:

Light adaptation of NEMO direct model routine to handle TAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMO/OPA_SRC/eosbn2.F90

    r1146 r1884  
    5555   REAL(wp), PUBLIC ::   ralpha = 2.0e-4   !: thermal expension coeff. (linear equation of state) 
    5656   REAL(wp), PUBLIC ::   rbeta  = 7.7e-4   !: saline  expension coeff. (linear equation of state) 
     57 
     58   INTEGER, PUBLIC  ::   neos_init = 0     !: control flag for initialization 
    5759    
    58    INTEGER ::   neos_init = 0         !: control flag for initialization 
    59  
    6060   !! * Substitutions 
    6161#  include "domzgr_substitute.h90" 
Note: See TracChangeset for help on using the changeset viewer.