Changeset 162 in lmdz_wrf
- Timestamp:
- Aug 8, 2014, 12:08:12 PM (10 years ago)
- Location:
- branches/LMDZ_WRFmeas_develop/WRFV3/lmdz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/diagphy_mod.F90
r160 r162 445 445 PRINT *,TRIM(errmsg) 446 446 PRINT *," at '" // TRIM(funcn) // "' variable '" //TRIM(varn)// & 447 "' is wrong (threshold: ',thresvalue,') in Nvalues= ",wrongi, &447 "' is wrong (threshold: ",thresvalue,") in Nvalues= ",wrongi, & 448 448 ' at i (x,y) k value___' 449 449 DO i=1,wrongi -
branches/LMDZ_WRFmeas_develop/WRFV3/lmdz/physiq.F90
r161 r162 4802 4802 PRINT *,TRIM(errmsg) 4803 4803 PRINT *," at '" // TRIM(funcn) // "' variable '" //TRIM(varn)// & 4804 "' is wrong (threshold: ',thresvalue,') in Nvalues= ",wrongi, &4804 "' is wrong (threshold: ",thresvalue,") in Nvalues= ",wrongi, & 4805 4805 ' at i (x,y) k value___' 4806 4806 DO i=1,wrongi
Note: See TracChangeset
for help on using the changeset viewer.