Changeset 3451 for trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90
- Timestamp:
- Oct 7, 2024, 3:37:34 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90
r2580 r3451 351 351 ELSE 352 352 ancien_ok=.false. 353 ENDIF 354 355 IF (startphy_file) THEN 356 CALL get_field("age",age,found) 357 IF (.not.found) THEN 358 PRINT*, "phyetat0: Age of air is missing" 359 PRINT*, "Reinitialising age of air to 0" 360 age(:,:) = 0. 361 ENDIF 362 ELSE 363 age(:,:) = 0. 353 364 ENDIF 354 365
Note: See TracChangeset
for help on using the changeset viewer.