Changeset 151


Ignore:
Timestamp:
10/30/17 17:00:49 (6 years ago)
Author:
aquiquet
Message:

Grisli-iloveclim branch merged to trunk at revision 150 + bug correction for surface temperature in climat_coupl

Location:
branches/iLoveclim/SOURCES
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/climat_coupl_atm_mod.f90

    r89 r151  
    77! C. Dumas 02/2015 
    88 
    9 USE module3D_phy,only:nx,ny,sealevel,seasea,Tann,Tjuly,Tmois,Pmois,acc,coefbmshelf,ro,num_param,num_rep_42,dirforcage,num_forc,time 
     9USE module3D_phy,only:nx,ny,sealevel,seasea,Tann,Tjuly,Ts,Tmois,Pmois,acc,coefbmshelf,ro,num_param,num_rep_42,dirforcage,num_forc,time 
    1010!use netcdf 
    1111!use io_netcdf_grisli 
     
    218218seasea=sealevel        ! pour les sorties 
    219219 
     220! afq 30 oct 2017, we need to transfer Tann to Ts: 
     221  Ts(:,:)=Tann(:,:) 
     222 
    220223END subroutine forclim 
    221224 
  • branches/iLoveclim/SOURCES/main3D-0.4-40km.f90

    r146 r151  
    34034011115 continue 
    341341 
     342     call  bmeltshelf ! afq --  
     343 
    342344     !       ======================================================== 
    343345     call flow_general 
  • branches/iLoveclim/SOURCES/steps_time_loop.f90

    r146 r151  
    303303     ! update values in the structures Geom_g, Temperature_g, ... 
    304304 
    305      calc_temp:     if ((nt.gt.2).and.(geoplace(1:5).ne.'mism3')) then 
     305! afq     calc_temp:     if ((nt.gt.2).and.(geoplace(1:5).ne.'mism3')) then 
     306     calc_temp:     if (geoplace(1:5).ne.'mism3') then 
    306307        if (itracebug.eq.1)  call tracebug('avant appel icetemp') 
    307308        call icetemp 
Note: See TracChangeset for help on using the changeset viewer.