Changeset 14380 for NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/tests/SEAMOUNT/MY_SRC/eosbn2.F90
- Timestamp:
- 2021-02-03T09:45:49+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/tests/SEAMOUNT/MY_SRC/eosbn2.F90
r14332 r14380 1451 1451 IF( ln_EOS80 ) THEN ; ioptio = ioptio+1 ; neos = np_eos80 ; ENDIF 1452 1452 IF( ln_SEOS ) THEN ; ioptio = ioptio+1 ; neos = np_seos ; ENDIF 1453 IF( ln_EEOS ) THEN ; ioptio = ioptio+1 ; neos = np_ seos ; ENDIF1453 IF( ln_EEOS ) THEN ; ioptio = ioptio+1 ; neos = np_eeos ; ENDIF 1454 1454 IF( ioptio /= 1 ) CALL ctl_stop("Exactly one equation of state option must be selected") 1455 1455 !
Note: See TracChangeset
for help on using the changeset viewer.