Changeset 622 for trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90
- Timestamp:
- Apr 16, 2012, 12:22:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90
r600 r622 274 274 call getin("global1d",global1d) 275 275 write(*,*) "global1d = ",global1d 276 ! Test of incompatibility: 277 ! if global1d is true, there should not be any diurnal cycle 278 if (global1d.and.diurnal) then 279 print*,'if global1d is true, diurnal must be set to false' 280 stop 281 endif 282 276 283 if (global1d) then 277 284 PRINT *,'Solar Zenith angle (deg.) ?'
Note: See TracChangeset
for help on using the changeset viewer.