- Timestamp:
- Sep 29, 2025, 2:28:08 PM (2 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
-
macv2sp.f90 (modified) (1 diff)
-
mo_simple_plumes.f90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/macv2sp.f90
r5285 r5845 81 81 ! 82 82 year_fr = FLOAT(year_cur) + (FLOAT(day_cur)-0.5) / FLOAT(year_len) 83 IF (year_fr.LT.1850.0.OR.year_fr.GE.20 17.0) THEN83 IF (year_fr.LT.1850.0.OR.year_fr.GE.2021.0) THEN 84 84 CALL abort_physic ('macv2sp','year not supported by plume model',1) 85 85 ENDIF -
LMDZ6/trunk/libf/phylmd/mo_simple_plumes.f90
r5395 r5845 85 85 IF (is_mpi_root.AND.is_omp_root) THEN 86 86 ! 87 iret = nf90_open(" MACv2.0-SP_v1.nc", NF90_NOWRITE, ncid)87 iret = nf90_open("Aerosols_Plume.nc", NF90_NOWRITE, ncid) 88 88 IF (iret /= NF90_NOERR) THEN 89 89 abort_message='NetCDF File not opened'
Note: See TracChangeset
for help on using the changeset viewer.
