Changeset 325 for trunk


Ignore:
Timestamp:
01/19/21 16:02:43 (3 years ago)
Author:
dumas
Message:

New module to compute lake level dynamicaly

Location:
trunk/SOURCES
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Hemin40_files/module_choix-hemin40-0.4.f90

    r239 r325  
    4848!use climat_forcage_mois_mod ! forcage mensuel GCM 1 Snapshot Fev 2015 
    4949!use climat_Grice2sea_years_mod ! forcage avec SMB type MAR Fev2015 
    50 use climat_Grice2sea_years_perturb_mod ! forcage avec SMB type MAR + perturbation temperature 
    51 !use climat_forcage_mod 
     50!use climat_Grice2sea_years_perturb_mod ! forcage avec SMB type MAR + perturbation temperature 
     51use climat_forcage_mod 
    5252 
    5353! Anciens modules pas encore valides 
     
    6060!!!!!!use climat_regions_delta 
    6161 
    62 !use ablation_mod ! calcul de l'ablation (PDD ou autre methode) 
    63 use no_ablation  ! pas de calcul de l'ablation => lecture fichier SMB (necessaire avec climat_Grice2sea_years_mod) 
     62use ablation_mod ! calcul de l'ablation (PDD ou autre methode) 
     63!use no_ablation  ! pas de calcul de l'ablation => lecture fichier SMB (necessaire avec climat_Grice2sea_years_mod) 
    6464 
    6565! pas de differences locales de niveau marin 
    6666use no_rsl 
     67!use imposed_regions_rsl 
     68!use lake_rsl 
    6769 
    6870! suivi des traceurs ou pas ? 
     
    9597!use dragging_hwat_cont 
    9698!use dragging_neff_slope 
    97 use dragging_param_beta 
    98 !use dragging_param_beta_sedim 
     99!use dragging_param_beta 
     100use dragging_param_beta_sedim 
    99101 
    100102!------------ spinup ----------------------------------- 
  • trunk/SOURCES/Makefile.grisli.inc

    r319 r325  
    7878        calving_frange.o calving_frange_abuk.o \ 
    7979        calving_frange_ISMIP_glaciers.o calving_frange_ISMIP_fracture.o \ 
    80         no_calving.o no_rsl.o imposed_regions_rsl.o \ 
     80        no_calving.o no_rsl.o imposed_regions_rsl.o lake_rsl_mod.o \ 
    8181        out_profile_mod.o printtable_mod.o mix-SIA-L1_mod.o \ 
    8282        furst_schoof_mod.o bilan_flux_output_mod.o \ 
     
    9999        dragging_param_beta_mod.o \ 
    100100  calving_frange.o calving_frange_abuk.o calving_frange_ISMIP_fracture.o \ 
    101         no_calving.o no_rsl.o imposed_regions_rsl.o \ 
     101        no_calving.o no_rsl.o imposed_regions_rsl.o lake_rsl_mod.o \ 
    102102  out_profile_mod.o printtable_mod.o mix-SIA-L1_mod.o \ 
    103103  furst_schoof_mod.o bilan_flux_output_mod.o \ 
  • trunk/SOURCES/Netcdf-routines/Description_Variables.dat

    r255 r325  
    16161616"Numero tache marais"                 !~  description  
    16171617------------------------------------------------------ 
     1618"sealevel_2D"                        ! nom de la variable 
     1619226      sealevel_2D     5          ! number, name in grisli, class 
     1620"o"                                ! node type : "o" ,"^", ">" 
     1621"sealevel_2D"                             !~  long name 
     1622"sealevel_2D"                       !~  standard name 
     1623"-"                                 !~  unit 
     1624"local sea level"                 !~  description 
     1625------------------------------------------------------ 
     1626"rtm"                        ! nom de la variable 
     1627227      rtm     5          ! number, name in grisli, class 
     1628"o"                                ! node type : "o" ,"^", ">" 
     1629"rtm"                             !~  long name 
     1630"rtm"                       !~  standard name 
     1631"-"                                 !~  unit 
     1632"Routing direction"                 !~  description 
     1633------------------------------------------------------ 
     1634"lake"                        ! nom de la variable 
     1635228      lake     5          ! number, name in grisli, class 
     1636"o"                                ! node type : "o" ,"^", ">" 
     1637"lake"                             !~  long name 
     1638"lake"                       !~  standard name 
     1639"-"                                 !~  unit 
     1640"lake"                 !~  description 
     1641------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.