Changeset 40 for trunk


Ignore:
Timestamp:
08/29/12 15:42:52 (12 years ago)
Author:
smasson
Message:

add trop025, trop075 and narc025 configurations

Location:
trunk/NEMOGCM/NEMO/OPA_SRC
Files:
3 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par.F90

    r23 r40  
    3535#    include "obc_par_POMME_R025.h90" 
    3636 
    37 # elif defined key_trop12 
     37# elif defined key_trop075 || defined key_trop025 || defined key_trop12 || defined key_narc025 
    3838   !!---------------------------------------------------------------------- 
    39    !!   'key_trop12' :                        TROPICAL TROP12 configuration 
     39   !!                             East-west periodic Channel configurations 
    4040   !!---------------------------------------------------------------------- 
    41 #    include "obc_par_TROP12.h90" 
     41#    include "obc_par_CHANNEL.h90" 
    4242 
    4343# elif defined key_bb12 
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obc_par_CHANNEL.h90

    r38 r40  
    11   !!---------------------------------------------------------------------- 
    2    !!                  ***  obc_par_TROP12.h90  *** 
     2   !!                  ***  obc_par_CHANNEL.h90  *** 
    33   !!---------------------------------------------------------------------- 
    4    !! open boundary parameter : Tropical Channel R025 configuration 
     4   !! open boundary parameter : East-west periodic Channel configuration 
    55   !!--------------------------------------------------------------------- 
    66     INTEGER, PARAMETER ::     &  !: time dimension of the BCS fields on input 
     
    3838   !! * NORTH open boundary 
    3939   LOGICAL, PARAMETER ::     &  !: 
    40       lp_obc_north = .TRUE.     !: TROP12 to active or not the North open boundary 
     40      lp_obc_north = .TRUE.     !: to active or not the North open boundary 
    4141     INTEGER   & 
    4242#if !defined key_agrif 
     
    6565    
    6666   !! * CHOSE WHERE YOU WANT TO LOCATE THE BAROTROPIC CORRECTION VELOCITY 
    67    !chd IND025 
    6867   LOGICAL, PARAMETER ::     &  !: 
    6968        lp_obc_east_barotp_corr  = .FALSE.,   & !: 
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_oce.F90

    r22 r40  
    8686   !!--------------------------------------------------------------------- 
    8787#             include "par_AMM_12km.h90" 
     88#elif defined key_trop075 
     89   !!--------------------------------------------------------------------- 
     90   !!   'key_trop075' :             regional basin : Tropical Channel R075 
     91   !!--------------------------------------------------------------------- 
     92#             include "par_TROP075.h90" 
     93#elif defined key_trop025 
     94   !!--------------------------------------------------------------------- 
     95   !!   'key_trop025' :             regional basin : Tropical Channel R025 
     96   !!--------------------------------------------------------------------- 
     97#             include "par_TROP025.h90" 
    8898#elif defined key_trop12 
    8999   !!--------------------------------------------------------------------- 
     
    101111   !!--------------------------------------------------------------------- 
    102112#             include "par_PERU12.h90" 
     113#elif defined key_narc025 
     114   !!--------------------------------------------------------------------- 
     115   !!   'key_narc025' :               regional basin : North Atlantic R025 
     116   !!--------------------------------------------------------------------- 
     117#             include "par_NARC025.h90" 
    103118#else 
    104119   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.