Ignore:
Timestamp:
Jan 23, 2025, 12:10:24 PM (11 days ago)
Author:
jbclement
Message:

PEM:
Correction of typos and minor bugs.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/read_data_PCM_mod.F90

    r3591 r3598  
    8080call error_msg(NF90_OPEN(filename1,NF90_NOWRITE,fID),"open",filename1)
    8181
    82 ! Compute averages over the year for each point
    83 write(*,*) "Computing the average of tsurf..."
     82! Download the data from the file
    8483if (nslope == 1) then ! There is no slope
    8584    call get_var3("co2ice",co2_ice_slope_dyn(:,:,1,:))
     
    289288A = (1./m_co2 - 1./m_noco2)
    290289B = 1./m_noco2
    291 do i = 1,iim + 1
     290do i = 1,iim_input + 1
    292291    do j = 1,jjm_input + 1
    293292        do t = 1, timelen
Note: See TracChangeset for help on using the changeset viewer.