Changeset 39 for branches


Ignore:
Timestamp:
01/21/16 17:36:00 (8 years ago)
Author:
dumas
Message:

Mise à jour du Makefile pour generer une librairie avec ifort.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim/SOURCES/Makefile.grisli.inc

    r35 r39  
    4444        climat-forcage-insolation_mod.o climat_GrIce2sea_years_mod.o \ 
    4545        climat-perturb_mod-0.4.o \ 
    46         ablation_mod.o no_ablation_mod.o  
     46        ablation_mod.o no_ablation_mod.o \ 
     47        climat_coupl_atm_mod.o 
    4748 
    4849# methode forcage basee sur des snapshots climats 
     
    621622ablation_mod.o : ablation_mod.f90 
    622623        $(FT) ablation_mod.f90 
    623  
     624# Module climat pour iLOVECLIM 
     625climat_coupl_atm_mod.o : climat_coupl_atm_mod.f90 
     626        $(FT) climat_coupl_atm_mod.f90 
    624627 
    625628##### anciens modules 
     
    16491652        $(routine_elliptiques) $(NCDF_LIB)  $(MKL_LIB) $(Liste_BLAS) 
    16501653 
     1654        ar -cvr libgrisli.a $(Dim_hemin40) $(mod_dim_communs) \ 
     1655        $(toy_recul)  \ 
     1656        $(mod_communs) \ 
     1657        $(mod_clim_tof) \ 
     1658        $(mod_no_tracers) \ 
     1659        $(mod_ell) $(Liste_hemin40) \ 
     1660        $(diagnoshelf) \ 
     1661        $(Liste_Netcdf) \ 
     1662        $(routines_communes) steps_time_loop.o \ 
     1663        $(routine_elliptiques) \ 
     1664        $(Liste_BLAS) *.mod 
     1665 
    16511666Hemin-15 : $(Dim_hemin15) $(mod_dim_communs) \ 
    16521667        $(toy_recul)  \ 
Note: See TracChangeset for help on using the changeset viewer.