Changeset 6


Ignore:
Timestamp:
11/26/07 18:14:54 (16 years ago)
Author:
kolasinski
Message:

Add ORCA05 config in the 'pacific' case in def_grid.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/def_grid.pro

    r5 r6  
    205205                                ; [16,106] (110E,290), k in [1-19] 
    206206                                ; (0.,272 m) 
    207                      mesh_orca, j_index=49, delta_j = 49,  i_index = 16, delta_i =91, k_index = 1, delta_k = 19, NO_SHIFT = no_shift, WHOLE_ARRAYS = whole_arrays, H_CONFIG = h_config_oce, V_CONFIG = v_config_oce 
     207                     CASE h_config_oce of 
     208                        'ORCA_R2': mesh_orca, j_index=49, delta_j = 49,  i_index = 16, delta_i =91, k_index = 1, delta_k = 19, NO_SHIFT = no_shift, WHOLE_ARRAYS = whole_arrays, H_CONFIG = h_config_oce, V_CONFIG = v_config_oce 
     209                        'ORCA05': mesh_orca, j_index=183, delta_j = 130,  i_index = 54, delta_i =381, k_index = 1, delta_k = 19, NO_SHIFT = no_shift, WHOLE_ARRAYS = whole_arrays, H_CONFIG = h_config_oce, V_CONFIG = v_config_oce 
     210                     ENDCASE  
    208211                     suff_domain = '_pac' 
    209212                     domdef 
     
    264267   IF debug_w THEN print,  '   meshlec_type in def_grid:      ', meshlec_type 
    265268   IF debug_w THEN print,  '  ...EXIT def_grid' 
    266     
     269   
    267270END  
Note: See TracChangeset for help on using the changeset viewer.