Ignore:
Timestamp:
Oct 7, 2024, 3:37:34 PM (7 weeks ago)
Author:
emillour
Message:

Venus PCM:
Add "Age of Air" scheme from Maureen Cohen.
Activated with flag "ok_aoa=y" and requires that there is also
an "aoa" tracer in traceur.def
MC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90

    r2580 r3451  
    351351ELSE
    352352  ancien_ok=.false.
     353ENDIF
     354
     355IF (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
     362ELSE
     363  age(:,:) = 0.
    353364ENDIF
    354365
Note: See TracChangeset for help on using the changeset viewer.