Changeset 11


Ignore:
Timestamp:
02/10/12 14:54:30 (12 years ago)
Author:
cholod
Message:

add TROP12 configuration files

Location:
trunk/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

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

    r7 r11  
    3434   !!---------------------------------------------------------------------- 
    3535#    include "obc_par_POMME_R025.h90" 
     36 
     37# elif defined key_trop12 
     38   !!---------------------------------------------------------------------- 
     39   !!   'key_trop12' :                        TROPICAL TROP12 configuration 
     40   !!---------------------------------------------------------------------- 
     41#    include "obc_par_TROP12.h90" 
    3642 
    3743# else 
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_oce.F90

    r7 r11  
    8686   !!--------------------------------------------------------------------- 
    8787#             include "par_AMM_12km.h90" 
     88#elif defined key_trop12 
     89   !!--------------------------------------------------------------------- 
     90   !!   'key_trop12' :                          Tropical Periodic : TROP12 
     91   !!--------------------------------------------------------------------- 
     92#             include "par_TROP12.h90" 
    8893#else 
    8994   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.