source: trunk/DOC/aide-memoire-types.txt @ 170

Last change on this file since 170 was 4, checked in by dumas, 10 years ago

initial import GRISLI trunk

File size: 1.7 KB
Line 
1Aide memoire des types
2
3
4    Geom_m%Surf       = S
5    Geom_m%Slop_x     = SDX       
6    Geom_m%Slop_y     = SDY         
7    Geom_m%Base       = B           
8    Geom_m%Bedrock    = Bsoc
9    Geom_m%Thickness  = H           
10    Geom_m%Thick_mx   = HMX       
11    Geom_m%Thick_my   = HMY
12
13    Temperature_m%Temperature        = T
14    Temperature_m%Temp_melting       = Tpmp
15
16    step_temp_m%Dtt   = Dtt
17    step_temp_m%Dx    = Dx
18
19    Masck_flgz_m%FLOTTANT     = Flot     
20    Masck_flgz_m%FLOT_MX      = Flotmx     
21    Masck_flgz_m%FLOT_MY      = Flotmy   
22    Masck_flgz_m%FLGZ_MX      = Flgzmx     
23    Masck_flgz_m%FLGZ_MY      = Flgzmy     
24    Masck_flgz_m%GZ_MX        = Gzmx     
25    Masck_flgz_m%GZ_MY        = Gzmy
26
27    Ice_flow_m%Veloc_x          = Ux
28    Ice_flow_m%Veloc_y          = Uy
29    Ice_flow_m%Veloc_z_r        = Uzr
30    Ice_flow_m%U_Column_x       = Uxbar
31    Ice_flow_m%U_Column_y       = Uybar
32    Ice_flow_m%Difus_x          = ddx
33    Ice_flow_m%Difus_y          = ddy
34    Ice_flow_m%Difus_Bx         = ddbx
35    Ice_flow_m%Difus_By         = ddby
36
37
38    Autre_pr_temp_m%IBASE = Ibase
39    Autre_pr_temp_m%BMELT = Bmelt       
40    Autre_pr_temp_m%TS    = Ts
41    Autre_pr_temp_m%Tbdot = Tbdot
42    Autre_pr_temp_m%Ghf   = Ghf
43    Autre_pr_temp_m%Phid  = Phid
44
45    Deformation_m%Veloc_Deform_xx = Epsxx     
46    Deformation_m%Veloc_Deform_yy = Epsyy       
47    Deformation_m%Veloc_Deform_xy = Epsxy       
48    Deformation_m%Veloc_Deform    = Eps       
49    Deformation_m%Btt_Deform      = Btt     
50    Deformation_m%Viscosite       = Visc     
51    Deformation_m%Glen_exp        = Glen
52    Deformation_m%Cisail_Basal_MX = Tobmx
53    Deformation_m%Cisail_Basal_MY = Tobmy
Note: See TracBrowser for help on using the repository browser.