Changeset 2087 for LMDZ5/trunk/libf/dyn3dpar
- Timestamp:
- Jul 10, 2014, 9:18:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/iniacademic.F90
r2083 r2087 79 79 80 80 ! Sanity check: verify that options selected by user are not incompatible 81 if ((iflag_phys==1).and. (read_start==.false.)) then81 if ((iflag_phys==1).and. .not. read_start) then 82 82 write(lunout,*) trim(modname)," error: if read_start is set to ", & 83 83 " false then iflag_phys should not be 1"
Note: See TracChangeset
for help on using the changeset viewer.