Changeset 3598 for trunk/LMDZ.COMMON/libf/evolution/read_data_PCM_mod.F90
- Timestamp:
- Jan 23, 2025, 12:10:24 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/read_data_PCM_mod.F90
r3591 r3598 80 80 call error_msg(NF90_OPEN(filename1,NF90_NOWRITE,fID),"open",filename1) 81 81 82 ! Compute averages over the year for each point 83 write(*,*) "Computing the average of tsurf..." 82 ! Download the data from the file 84 83 if (nslope == 1) then ! There is no slope 85 84 call get_var3("co2ice",co2_ice_slope_dyn(:,:,1,:)) … … 289 288 A = (1./m_co2 - 1./m_noco2) 290 289 B = 1./m_noco2 291 do i = 1,iim + 1290 do i = 1,iim_input + 1 292 291 do j = 1,jjm_input + 1 293 292 do t = 1, timelen
Note: See TracChangeset
for help on using the changeset viewer.