Ignore:
Timestamp:
11/23/09 13:11:55 (15 years ago)
Author:
bellier
Message:

Modify examples according to the new version of histdef

File:
1 edited

Legend:

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

    r386 r807  
    7272  CALL histdef (id,"champ1","Some field","m", & 
    7373 &       iim,jjm,hori_id,1,1,1,-99,32,"inst(scatter(x))", & 
    74  &       dt_op,dt_wrt,var_range=(/1.,-1./)) 
     74 &       dt_op,dt_wrt,var_range=(/1.,-1./),standard_name='thickness') 
    7575!- 
    7676  CALL histdef (id,"champ2","Another field","m", & 
    7777 &       iim,jjm,hori_id,llm,1,llm,sig_id,32,"t_max(max(x,1.0)*2)", & 
    78  &       deltat,dt_wrt,var_range=(/0.,90./)) 
     78 &       deltat,dt_wrt,var_range=(/0.,90./),standard_name='thickness') 
    7979!- 
    8080  CALL histdef (id,"champ3","A field without time","m", & 
    8181 &       iim,jjm,hori_id,1,1,1,-99, 32,"once", & 
    82  &       deltat,dt_wrt) 
     82 &       deltat,dt_wrt,standard_name='thickness') 
    8383!- 
    8484  CALL histend (id) 
Note: See TracChangeset for help on using the changeset viewer.