Changeset 17 for trunk


Ignore:
Timestamp:
02/11/12 17:01:45 (12 years ago)
Author:
rblod
Message:

Add BB12 configuration

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

Legend:

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

    r11 r17  
    4040   !!---------------------------------------------------------------------- 
    4141#    include "obc_par_TROP12.h90" 
     42 
     43# elif defined key_bb12 
     44   !! BB12 
     45   !!---------------------------------------------------------------------- 
     46   !!   'key_bb12' :                              BENGAL R012 configuration 
     47   !!---------------------------------------------------------------------- 
     48#    include "obc_par_BB12.h90" 
    4249 
    4350# else 
  • trunk/NEMOGCM/NEMO/OPA_SRC/par_oce.F90

    r11 r17  
    9191   !!--------------------------------------------------------------------- 
    9292#             include "par_TROP12.h90" 
     93#elif defined key_bb12 
     94   !!--------------------------------------------------------------------- 
     95   !!   'key_bb12'      :                   regional basin : bay of bengal 
     96   !!--------------------------------------------------------------------- 
     97#             include "par_BB12.h90" 
    9398#else 
    9499   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.