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:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • 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.