Changeset 5084 for LMDZ6/trunk/libf/phylmd/rrtm
- Timestamp:
- Jul 19, 2024, 6:40:44 PM (5 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/rrtm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/rrtm/read_rsun_rrtm.F90
r5075 r5084 8 8 9 9 USE netcdf95, ONLY: nf95_close, nf95_inq_varid, nf95_open, nf95_gw_var 10 USE lmdz_netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite10 USE netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite 11 11 12 12 USE phys_cal_mod, ONLY : days_elapsed, year_len -
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato1_rrtm.F90
r5075 r5084 7 7 USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, & 8 8 nf95_inq_varid, nf95_open 9 USE lmdz_netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite9 USE netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite 10 10 11 11 USE phys_cal_mod, ONLY : mth_cur -
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r5075 r5084 6 6 USE netcdf95, ONLY: nf95_close, nf95_gw_var, nf95_inq_dimid, & 7 7 nf95_inq_varid, nf95_open 8 USE lmdz_netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite8 USE netcdf, ONLY: nf90_get_var, nf90_noerr, nf90_nowrite 9 9 10 10 USE phys_cal_mod, ONLY : mth_cur
Note: See TracChangeset
for help on using the changeset viewer.