Ignore:
Timestamp:
01/26/08 10:18:52 (16 years ago)
Author:
ericg
Message:

Misc modifs, incl. read_from_grid in yfx, debug_w prints, removal of mesh_lmdz and small bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/meshes/mesh_pcmdi.pro

    r26 r41  
    55; init grid, sf, masks for grids with regular grid IPCC netCDF standard 
    66; 
    7    print,' Model inits for ', model 
     7   IF debug_w THEN print, ' ' 
     8   IF debug_w THEN print, '   ENTER mesh_pcmdi / model =', model 
     9   
     10   print,'   Model inits for ', model 
     11   IF debug_w THEN print,  '     varexp at start of mesh_pcmdi:', varexp 
    812 
    913   varexpp =  varexp 
     
    7074   varexp =  varexpp 
    7175    
    72    print,' End of initialisation for pcmdi grid:', model 
     76   print,'    End of initialisation for pcmdi grid:', model 
     77   IF debug_w THEN print,  '     varexp at end of mesh_pcmdi:', varexp 
     78   IF debug_w THEN print, '   ...EXIT mesh_pcmdi' 
     79   IF debug_w THEN print,  '  ' 
    7380    
    7481   return 
Note: See TracChangeset for help on using the changeset viewer.