Changeset 75 for IOIPSL/trunk/example


Ignore:
Timestamp:
06/25/07 14:19:52 (17 years ago)
Author:
bellier
Message:

JB: new version of histcom (min-max values) and test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/example/testhist1.f90

    r30 r75  
    6868!- 
    6969  CALL histdef (id,"champ1","Some field","m", & 
    70  &       iim,jjm,hori_id,1,1,1,-99,32,"inst(scatter(x))",dt_op,dt_wrt) 
     70 &       iim,jjm,hori_id,1,1,1,-99,32,"inst(scatter(x))", & 
     71 &       dt_op,dt_wrt,var_range=(/1.,-1./)) 
    7172!- 
    7273  CALL histdef (id,"champ2","Another field","m", & 
    7374 &       iim,jjm,hori_id,llm,1,llm,sig_id,32,"t_max(max(x,1.0)*2)", & 
    74  &       deltat,dt_wrt) 
     75 &       deltat,dt_wrt,var_range=(/0.,90./)) 
    7576!- 
    7677  CALL histdef (id,"champ3","A field without time","m", & 
Note: See TracChangeset for help on using the changeset viewer.