Ignore:
Timestamp:
May 25, 2011, 4:19:36 PM (14 years ago)
Author:
aslmd
Message:

mars

M 130 mars/libf/phymars/callradite.F
M 130 mars/README
no more need to modify callradite.F prior to compilation
[but still dimradmars.h must be modified]

--> in callradite.F we now have

-- DEFAULT name_iaer(1) is "dust_conrath"
-- IF (doubleq.AND.active) name_iaer(1) = "dust_doubleq"
-- IF (water.AND.activice) name_iaer(2) = "h2o_ice"

M 130 000-USERS
small meeting about SVN for "planeto" team

M 130 mars/libf/phymars/meso_physiq.F
purely cosmetic changes

M 130 mesoscale/PLOT/MINIMAL/map_latlon.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwave2.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwaveprof.pro
M 130 mesoscale/PLOT/SPEC/GW/gravitwave_inc.pro
A 0 mesoscale/PLOT/SPEC/MAP/defs/THARSIS_newphys_bugnoRAC_RACgcm_TAUTES.map_uvt_inc.pro
M 130 mesoscale/PLOT/SPEC/MAP/map_uvt.pro
graphic stuff for GW studies and H2O cycle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/PLOT/SPEC/MAP/map_uvt.pro

    r96 r131  
    148148endelse
    149149help, what_I_plot, lon, lat
    150 print, min(what_I_plot)
    151 print, max(what_I_plot)
    152 print, min(overcontour)
    153 print, max(overcontour)
    154 print, min(overvector_x)
    155 print, min(overvector_y)
     150print, 'COLOR PLOT min/max ', min(what_I_plot), max(what_I_plot)
     151print, 'CONTOUR PLOT min/max ', min(overcontour), max(overcontour)
     152print, 'VECTOR PLOT min/max ', min(overvector_x), min(overvector_y)
    156153;
    157154;
Note: See TracChangeset for help on using the changeset viewer.