Changeset 153 for trunk/SOURCES


Ignore:
Timestamp:
11/08/17 11:40:10 (7 years ago)
Author:
aquiquet
Message:

Addition of a marais (floating points surrounded by grounded points) diagnostic

Location:
trunk/SOURCES
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Fichiers-parametres/anteis1_LISTE-VAR-NETCDF.dat

    r107 r153  
    130130dHdt             
    13113114 
    132 0       1       1                        
     1321       1       1                        
    133133----------------------------------------------------------- 
    134134Tann             
     
    31931966 
    3203200       1       1                                        
     321----------------------------------------------------------- 
     322marais           
     32367 
     3241       1       1                                        
    321325----------------------------------------------------------- 
    322326Nefmx            
  • trunk/SOURCES/Netcdf-routines/Description_Variables.dat

    r145 r153  
    550550"xxx"            
    551551"flux eau selon y ^" 
     552------------------------------------------------------ 
     553"flot_marais" 
     55467      "marais"                2 
     555"o"      
     556"xxx"    
     557"xxx"    
     558"xxx"            
     559"points flottants cernes par des points poses" 
    552560------------------------------------------------------ 
    553561"xxx" 
  • trunk/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r112 r153  
    931931                if (itab.eq.66) then  
    932932                   tab(:,:) = phiwy(:,:) 
     933                end if 
     934                if (itab.eq.67) then 
     935                   where (flot_marais(:,:)) 
     936                      tab(:,:)=1 
     937                   elsewhere 
     938                      tab(:,:)=0 
     939                   end where 
    933940                end if 
    934941                if (itab.eq.68) then  
Note: See TracChangeset for help on using the changeset viewer.