Changeset 22 for trunk


Ignore:
Timestamp:
02/13/12 17:13:18 (12 years ago)
Author:
cholod
Message:

add PERU12 configuration

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

Legend:

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

    r17 r22  
    4747   !!---------------------------------------------------------------------- 
    4848#    include "obc_par_BB12.h90" 
     49 
     50# elif defined key_peru12 
     51   !! PERU12 
     52   !!---------------------------------------------------------------------- 
     53   !!   'key_peru12' :                        PERU/CHILI R012 configuration 
     54   !!---------------------------------------------------------------------- 
     55#    include "obc_par_PERU12.h90" 
    4956 
    5057# else 
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_oce.F90

    r17 r22  
    9696   !!--------------------------------------------------------------------- 
    9797#             include "par_BB12.h90" 
     98#elif defined key_peru12 
     99   !!--------------------------------------------------------------------- 
     100   !!   'key_peru12'      :                    regional basin : Peru/Chile 
     101   !!--------------------------------------------------------------------- 
     102#             include "par_PERU12.h90" 
    98103#else 
    99104   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.