Changeset 5845 for LMDZ6


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
Location:
LMDZ6/trunk/libf/phylmd
Files:
2 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
  • LMDZ6/trunk/libf/phylmd/mo_simple_plumes.f90

    r5395 r5845  
    8585    IF (is_mpi_root.AND.is_omp_root) THEN
    8686       !   
    87        iret = nf90_open("MACv2.0-SP_v1.nc", NF90_NOWRITE, ncid)
     87       iret = nf90_open("Aerosols_Plume.nc", NF90_NOWRITE, ncid)
    8888       IF (iret /= NF90_NOERR) THEN
    8989          abort_message='NetCDF File not opened'
Note: See TracChangeset for help on using the changeset viewer.