Changeset 45 in lmdz_wrf


Ignore:
Timestamp:
Jul 23, 2014, 3:42:54 PM (10 years ago)
Author:
lfita
Message:

Fixing some typos in diagphy_mod.F90
Changing checking point to 734 (first NaN)

Location:
branches/LMDZ_WRFmeas/WRFV3/lmdz
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/LMDZ_WRFmeas/WRFV3/lmdz/diagphy_mod.F90

    r39 r45  
    247247!  Subroutine to check the consistency of a variable
    248248!    * NaN value: by definition is variable /= variable
    249 !    * bigvalue: allowd threshold for variable
     249!    * bigvalue: threshold for the variable
    250250
    251251  IMPLICIT NONE
     
    268268! varn: name of the variable
    269269! var: variable to check
    270 ! sizev: sixe of the variable
     270! sizev: size of the variable
    271271! bigvalue: biggest attenaible value for the variable
    272272! stoprun: Should the run stop if it founds a problem?
  • branches/LMDZ_WRFmeas/WRFV3/lmdz/pbl_surface_mod.F90

    r44 r45  
    494494  INTEGER                                                :: lpt, lp
    495495
    496   lp = 735
     496  lp = 734
    497497!****************************************************************************************
    498498! 1) Initialisation and validation tests
  • branches/LMDZ_WRFmeas/WRFV3/lmdz/physiq.F90

    r43 r45  
    13011301! Lluis
    13021302      INTEGER                                            :: llp
    1303       llp = 644
     1303      llp = 734
    13041304
    13051305!c======================================================================
Note: See TracChangeset for help on using the changeset viewer.