Changeset 350 for trunk


Ignore:
Timestamp:
11/04/21 16:59:02 (3 years ago)
Author:
aquiquet
Message:

Small bug correction for climate_transient_GCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/climat_transient_GCM_mod.f90

    r286 r350  
    184184! reading date of the anomalies 
    185185     call Read_Ncdf_var('time',clim_anom_file,tab1D) 
    186      time_snap(:) = tab1D(:) 
    187      time_snap(:) = time_snap(:) + time_depart_snaps 
     186     time_snapinit(:) = tab1D(:) 
     187     time_snapinit(:) = time_snapinit(:) + time_depart_snaps 
    188188      
    189189! anomalies with the right dimensions (nx,ny,month,year): 
Note: See TracChangeset for help on using the changeset viewer.