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 3973 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2013-07-12T13:54:28+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r3875 r3973  
    148148         WRITE(numout,*) '~~~~~~~ ' 
    149149         WRITE(numout,*) '   Namelist namrun' 
     150         WRITE(numout,*) '      configuration name              cp_cfg     = ', cp_cfg 
     151         WRITE(numout,*) '      configuration resolution        jp_cfg     = ', jp_cfg 
     152         WRITE(numout,*) '      experiment name for output      cn_exp     = ', cn_exp 
    150153         WRITE(numout,*) '      job number                      nn_no      = ', nn_no 
    151154         WRITE(numout,*) '      experiment name for output      cn_exp     = ', cn_exp 
     
    263266         WRITE(numout,*) '   Namelist namcla' 
    264267         WRITE(numout,*) '      cross land advection                 nn_cla    = ', nn_cla 
     268      ENDIF 
     269      IF ( nn_cla .EQ. 1 ) THEN 
     270         IF  ( cp_cfg == "orca" .AND. jp_cfg == 2 ) THEN   ! ORCA R2  
     271            CONTINUE 
     272         ELSE 
     273            CALL ctl_stop( 'STOP', 'Cross land advation iplemented only for ORCA2 configuration: cp_cfg = "orca" and jp_cfg = 2 ' ) 
     274         ENDIF 
    265275      ENDIF 
    266276 
Note: See TracChangeset for help on using the changeset viewer.