Changeset 45 in lmdz_wrf
- Timestamp:
- Jul 23, 2014, 3:42:54 PM (10 years ago)
- Location:
- branches/LMDZ_WRFmeas/WRFV3/lmdz
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas/WRFV3/lmdz/diagphy_mod.F90
r39 r45 247 247 ! Subroutine to check the consistency of a variable 248 248 ! * NaN value: by definition is variable /= variable 249 ! * bigvalue: allowd threshold forvariable249 ! * bigvalue: threshold for the variable 250 250 251 251 IMPLICIT NONE … … 268 268 ! varn: name of the variable 269 269 ! var: variable to check 270 ! sizev: si xe of the variable270 ! sizev: size of the variable 271 271 ! bigvalue: biggest attenaible value for the variable 272 272 ! stoprun: Should the run stop if it founds a problem? -
branches/LMDZ_WRFmeas/WRFV3/lmdz/pbl_surface_mod.F90
r44 r45 494 494 INTEGER :: lpt, lp 495 495 496 lp = 73 5496 lp = 734 497 497 !**************************************************************************************** 498 498 ! 1) Initialisation and validation tests -
branches/LMDZ_WRFmeas/WRFV3/lmdz/physiq.F90
r43 r45 1301 1301 ! Lluis 1302 1302 INTEGER :: llp 1303 llp = 6441303 llp = 734 1304 1304 1305 1305 !c======================================================================
Note: See TracChangeset
for help on using the changeset viewer.