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 14380 for NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/tests/SEAMOUNT/MY_SRC/eosbn2.F90 – NEMO

Ignore:
Timestamp:
2021-02-03T09:45:49+01:00 (3 years ago)
Author:
ayoung
Message:

Corrected implementation of exponential equation of state. See ticket #2480.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/tests/SEAMOUNT/MY_SRC/eosbn2.F90

    r14332 r14380  
    14511451      IF( ln_EOS80  ) THEN   ;   ioptio = ioptio+1   ;   neos = np_eos80    ;   ENDIF 
    14521452      IF( ln_SEOS   ) THEN   ;   ioptio = ioptio+1   ;   neos = np_seos     ;   ENDIF 
    1453       IF( ln_EEOS   ) THEN   ;   ioptio = ioptio+1   ;   neos = np_seos     ;   ENDIF 
     1453      IF( ln_EEOS   ) THEN   ;   ioptio = ioptio+1   ;   neos = np_eeos     ;   ENDIF 
    14541454      IF( ioptio /= 1 )   CALL ctl_stop("Exactly one equation of state option must be selected") 
    14551455      ! 
Note: See TracChangeset for help on using the changeset viewer.