Changeset 42


Ignore:
Timestamp:
02/03/16 09:52:22 (8 years ago)
Author:
dumas
Message:

Ajout du module de climat climat_GrIce2sea_years_perturb_mod.f90 permettant de forcer GRISLI avec un SMB et de perturber la temperature avec les donnees des carottages

Location:
trunk/SOURCES
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Makefile.grisli-gfortran.inc

    r41 r42  
    4343mod_clim_tof = climat_forcage_mois_mod.o climat-forcage-insolation_mod_oneway.o \ 
    4444        climat-forcage-insolation_mod.o climat_GrIce2sea_years_mod.o \ 
     45        climat_GrIce2sea_years_perturb_mod.o \ 
    4546        climat-perturb_mod-0.4.o \ 
    4647        ablation_mod.o no_ablation_mod.o  
     
    628629climat_GrIce2sea_years_mod.o : GrIce2sea_files/climat_GrIce2sea_years_mod.f90 
    629630        $(F_NETCDF) GrIce2sea_files/climat_GrIce2sea_years_mod.f90 
     631 
     632climat_GrIce2sea_years_perturb_mod.o : GrIce2sea_files/climat_GrIce2sea_years_perturb_mod.f90 
     633        $(F_NETCDF) GrIce2sea_files/climat_GrIce2sea_years_perturb_mod.f90 
    630634 
    631635climat-forcage-stat-mois_mod-0.1.o : climat-forcage-stat-mois_mod-0.1.f90 
  • trunk/SOURCES/Makefile.grisli.inc

    r41 r42  
    4343mod_clim_tof = climat_forcage_mois_mod.o climat-forcage-insolation_mod_oneway.o \ 
    4444        climat-forcage-insolation_mod.o climat_GrIce2sea_years_mod.o \ 
     45        climat_GrIce2sea_years_perturb_mod.o \ 
    4546        climat-perturb_mod-0.4.o \ 
    4647        ablation_mod.o no_ablation_mod.o  
     
    632633climat_GrIce2sea_years_mod.o : GrIce2sea_files/climat_GrIce2sea_years_mod.f90 
    633634        $(F_NETCDF) GrIce2sea_files/climat_GrIce2sea_years_mod.f90 
     635 
     636climat_GrIce2sea_years_perturb_mod.o : GrIce2sea_files/climat_GrIce2sea_years_perturb_mod.f90 
     637        $(F_NETCDF) GrIce2sea_files/climat_GrIce2sea_years_perturb_mod.f90 
    634638 
    635639climat-forcage-stat-mois_mod-0.1.o : climat-forcage-stat-mois_mod-0.1.f90 
Note: See TracChangeset for help on using the changeset viewer.