Changeset 1224 for trunk/LMDZ.MARS/libf/phymars/updatereffrad.F
- Timestamp:
- Apr 15, 2014, 4:57:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/updatereffrad.F
r1208 r1224 8 8 & igcm_ccn_number, nuice_ref, varian, 9 9 & ref_r0, igcm_dust_submicron 10 USE dimradmars_mod, only: nueffdust 10 11 IMPLICIT NONE 11 12 c======================================================================= … … 84 85 REAL tauscaling(ngrid) ! Convertion factor for qccn and Nccn 85 86 86 LOGICAL,SAVE :: firstcall=.true. , firstcall_alloc=.true.87 LOGICAL,SAVE :: firstcall=.true. 87 88 88 89 REAL CBRT 89 90 EXTERNAL CBRT 90 91 REAL,SAVE,ALLOCATABLE :: nueffdust(:,:) ! Dust effective variance92 93 c Local saved variables:94 c ---------------------95 96 if (firstcall_alloc) then97 !allocate local saved arrays:98 allocate(nueffdust(ngrid,nlayer))99 firstcall_alloc=.false.100 endif101 91 102 92 c==================================================================
Note: See TracChangeset
for help on using the changeset viewer.