Ignore:
Timestamp:
Sep 29, 2025, 2:28:08 PM (2 months ago)
Author:
acozic
Message:

Modifications to use new Plume aerosols forcing file in LMDZ

  • modify date end to read data in the file
  • modify the filename to Aerosols_Plume.nc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/macv2sp.f90

    r5285 r5845  
    8181  !
    8282  year_fr = FLOAT(year_cur) + (FLOAT(day_cur)-0.5) / FLOAT(year_len)
    83   IF (year_fr.LT.1850.0.OR.year_fr.GE.2017.0) THEN
     83  IF (year_fr.LT.1850.0.OR.year_fr.GE.2021.0) THEN
    8484     CALL abort_physic ('macv2sp','year not supported by plume model',1)
    8585  ENDIF
Note: See TracChangeset for help on using the changeset viewer.