Ignore:
Timestamp:
03/15/18 14:18:24 (6 years ago)
Author:
aquiquet
Message:

Grisli-iloveclim branch merged to trunk at revision 185

Location:
branches/iLoveclim
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/Netcdf-routines/Description_Variables.dat

    r146 r187  
    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" 
     
    12801288"Height above buoyency "           !~  description 
    12811289------------------------------------------------------ 
     1290"back_force_x"                     ! nom de la variable 
     1291164     back_x      4        ! number, name in grisli, class 
     1292">"                                ! node type : "o" ,"^", ">" 
     1293""                                 !~  long name 
     1294""                                 !~  standard name 
     1295"-"                                !~  unit 
     1296"ice shelf back force x"           !~  description 
     1297------------------------------------------------------ 
     1298"back_force_y"                     ! nom de la variable 
     1299165     back_y      4        ! number, name in grisli, class 
     1300"^"                                ! node type : "o" ,"^", ">" 
     1301""                                 !~  long name 
     1302""                                 !~  standard name 
     1303"-"                                !~  unit 
     1304"ice shelf back force y"           !~  description 
     1305------------------------------------------------------ 
     1306"phi_schoof_x"                     ! nom de la variable 
     1307166     schoof_x      4        ! number, name in grisli, class 
     1308">"                                ! node type : "o" ,"^", ">" 
     1309""                                 !~  long name 
     1310""                                 !~  standard name 
     1311"-"                                !~  unit 
     1312"ice flux schoof x"           !~  description 
     1313------------------------------------------------------ 
     1314"phi_schoof_y"                     ! nom de la variable 
     1315167     schoof_y      4        ! number, name in grisli, class 
     1316"^"                                ! node type : "o" ,"^", ">" 
     1317""                                 !~  long name 
     1318""                                 !~  standard name 
     1319"-"                                !~  unit 
     1320"ice flux schoof y"           !~  description 
     1321------------------------------------------------------ 
     1322"tacheg"                      ! nom de la variable 
     1323221     tacheg         5      ! number, name in grisli, class 
     1324"o"                                ! node type : "o" ,"^", ">" 
     1325"xxx"                              !~  long name 
     1326"xxx"                              !~  standard name 
     1327"xxx"                              !~  unit 
     1328"Numero taches glace"             !~  description 
     1329------------------------------------------------------   
     1330"tachem"                      ! nom de la variable 
     1331222     tachem         5      ! number, name in grisli, class 
     1332"o"                                ! node type : "o" ,"^", ">" 
     1333"xxx"                              !~  long name 
     1334"xxx"                              !~  standard name 
     1335"xxx"                              !~  unit 
     1336"Numero taches marais"             !~  description 
     1337------------------------------------------------------   
    12821338"xxx"                              ! nom de la variable 
    12831339182     stress_x         4         ! number, name in grisli, class 
  • branches/iLoveclim/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r123 r187  
    935935                if (itab.eq.66) then  
    936936                   tab(:,:) = phiwy(:,:) 
     937                end if 
     938                if (itab.eq.67) then 
     939                   where (flot_marais(:,:)) 
     940                      tab(:,:)=1 
     941                   elsewhere 
     942                      tab(:,:)=0 
     943                   end where 
    937944                end if 
    938945                if (itab.eq.68) then  
Note: See TracChangeset for help on using the changeset viewer.