Ignore:
Timestamp:
10/20/17 09:31:39 (7 years ago)
Author:
aquiquet
Message:

Grisli-iLoveclim branch: merged to trunk at revision 145

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/steps_time_loop.f90

    r123 r146  
    2222  use icetempmod 
    2323  use diagno_mod 
    24   use bilan_eau_mod  
     24  use bilan_eau_mod 
     25  use bilan_flux_mod 
    2526  !  use track_debug  
    2627 
     
    5657 
    5758     call icethick3 
    58  
    5959     call flottab 
    60  
    6160     call calving 
    62  
    6361     call ablation_bord 
    64  
    6562     call bilan_eau 
    66      if (isynchro.eq.1) then 
    67          call shortoutput 
    68          diff_H = 0. 
    69          Bm_dtt(:,:) = 0. 
    70          bmelt_dtt(:,:) = 0. 
    71          calv_dtt(:,:)=0. 
    72          ablbord_dtt(:,:)=0. 
    73          diff_H_2D(:,:)=0. 
    74       endif 
     63     call bilan_flux_output 
     64 
     65!~      if (isynchro.eq.1) then 
     66!~          call shortoutput 
     67!~          diff_H = 0. 
     68!~          Bm_dtt(:,:) = 0. 
     69!~          bmelt_dtt(:,:) = 0. 
     70!~          calv_dtt(:,:)=0. 
     71!~          ablbord_dtt(:,:)=0. 
     72!~          diff_H_2D(:,:)=0. 
     73!~          grline_dtt(:,:)=0. 
     74!~       endif 
    7575      
    7676     call flottab 
     
    158158  call testsort_time_ncdf(time) 
    159159  if (iglob_ncdf .EQ. 1) call sortie_ncdf_cat 
    160  
     160  if (isynchro.eq.1) then 
     161    call shortoutput 
     162    diff_H = 0. 
     163    Bm_dtt(:,:) = 0. 
     164    bmelt_dtt(:,:) = 0. 
     165    calv_dtt(:,:)=0. 
     166    ablbord_dtt(:,:)=0. 
     167    diff_H_2D(:,:)=0. 
     168    grline_dtt(:,:)=0. 
     169  endif 
    161170 
    162171  !   sortie compteur tous les dtcpt ans  
     
    449458        end if 
    450459  
    451         iter_visco= 10                                 ! warning, test sur l'impact iteration dragging et visco  
     460!cdc        iter_visco= 10                                 ! warning, test sur l'impact iteration dragging et visco  
    452461                                                       ! Cat 18 janv 2013 
    453462 
Note: See TracChangeset for help on using the changeset viewer.