Ignore:
Timestamp:
01/16/19 16:08:14 (5 years ago)
Author:
aquiquet
Message:

Grisli-iloveclim branch merged to trunk at revision 243

Location:
branches/iLoveclim
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/Snowball_files/bmelt-snowball-depth_mod.f90

    r57 r244  
    6666         do i=1,nx 
    6767 
    68             if ((sealevel-bsoc(i,j)).lt.600) then 
     68            if ((sealevel_2d(i,j)-bsoc(i,j)).lt.600) then 
    6969                    bmshelf(i,j)=0.2 ! 0.45!   0.65   
    7070                    bmgrz(i,j)=0.2 ! 0.45 !  0.65 
     
    106106shelf:    if (flot(i,j)) then    ! partie flottante 
    107107 
    108             if ((sealevel-bsoc(i,j)).lt.600) then 
     108            if ((sealevel_2d(i,j)-bsoc(i,j)).lt.600) then 
    109109                    if ((j.lt.75).and.(i.lt.145) ) then  !Atlantique  
    110110                    bmelt(i,j)=(.6+.4*coefbmshelf)*bmshelf(i,j) 
  • branches/iLoveclim/SOURCES/Snowball_files/module_choix-snowball.f90

    r187 r244  
    1212!! @note   - use lect_clim_act_hemin40 
    1313!! @note   - use climat_forcage_mod 
    14 !! @note   - use no_lakes 
     14!! @note   - use no_rsl 
    1515!! @note   - use isostasie_mod   
    1616!! @note   - use deformation_mod 
     
    6464!use no_ablation  ! pas de calcul de l'ablation => lecture fichier SMB (necessaire avec climat_Grice2sea_years_mod) 
    6565 
    66 ! pas de lacs proglaciaires 
    67 use no_lakes 
     66! pas de differences locales de niveau marin 
     67use no_rsl 
    6868 
    6969! suivi des traceurs ou pas ? 
  • branches/iLoveclim/SOURCES/Snowball_files/output_snowball_mod-0.4.f90

    r57 r244  
    8383                  vol=vol+h(i,j)  
    8484!        calcul de la hauteur au dessus de la flottaison 
    85                   if (sealevel-B(i,j).le.0.) then    ! socle au dessus du niveau des mers 
     85                  if (sealevel_2d(i,j)-B(i,j).le.0.) then    ! socle au dessus du niveau des mers 
    8686                     volf=volf+h(i,j) 
    8787                  else 
    88                      volf=volf+h(i,j)-row/ro*(sealevel-b(i,j)) 
     88                     volf=volf+h(i,j)-row/ro*(sealevel_2d(i,j)-b(i,j)) 
    8989                  endif 
    9090 
Note: See TracChangeset for help on using the changeset viewer.