Changeset 1396 for trunk/LMDZ.VENUS/libf
- Timestamp:
- Mar 12, 2015, 2:14:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/iniphysiq.F90
r1395 r1396 145 145 WRITE (lunout, *) ' in the dynamics punjours=', punjours 146 146 WRITE (lunout, *) ' but in the physics RDAY=', rday 147 IF (abs(rday-punjours)>0.01*punjour ) THEN147 IF (abs(rday-punjours)>0.01*punjours) THEN 148 148 ! stop here if the relative difference is more than 1% 149 149 abort_message = 'length of day discrepancy'
Note: See TracChangeset
for help on using the changeset viewer.