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 1923 for trunk/NEMO/LIM_SRC_2 – NEMO

Changeset 1923 for trunk/NEMO/LIM_SRC_2


Ignore:
Timestamp:
2010-06-09T10:46:19+02:00 (14 years ago)
Author:
rblod
Message:

Add a stop on coriols parameter computation in case of f or beta plane, see ticket #625 second part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limmsh_2.F90

    r1694 r1923  
    6666      ENDIF 
    6767       
     68      IF( jphgr_msh == 2 .OR. jphgr_msh == 3 .OR. jphgr_msh == 5 )   & 
     69          &      CALL ctl_stop(' Coriolis parameter in LIM not set for f- or beta-plane' ) 
     70 
    6871      !----------------------------------------------------------                           
    6972      !    Initialization of local and some global (common) variables  
Note: See TracChangeset for help on using the changeset viewer.