Changeset 319


Ignore:
Timestamp:
11/04/20 16:05:19 (4 years ago)
Author:
dumas
Message:

Update Makefile for Laure-16 compatibility

File:
1 edited

Legend:

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

    r297 r319  
    326326                                dragging_beta_iter_vitbil_mod.o \ 
    327327        module_choix-eurasie.o track_eurasie_mod.o 
     328         
     329Liste_laure16 = output_laure16_mod.o \ 
     330        lect-laurentide_mod.o \ 
     331        bmelt-hemin40-depth_mod.o \ 
     332        fake-routines-laurentide_mod.o \ 
     333                                dragging_prescr_beta_mod.o \ 
     334                                beta_iter_vitbil_mod.o \ 
     335                                dragging_beta_iter_vitbil_mod.o \ 
     336        module_choix-laurentide.o track_laurentide_mod.o 
    328337 
    329338Liste_greenmint40 = output_green_mod-0.4.o lect-clim-act-greenmint_mod.o \ 
     
    394403 
    395404Dim_euras10 = paradim-eurasie10_mod.o geography-eurasie10_mod.o 
     405 
     406Dim_laure16 = paradim-laure16_mod.o geography-laure16_mod.o 
    396407 
    397408Dim_greenmint40 = paradim-greenmint40_mod.o geography-greenmint40_mod.o 
     
    483494        $(FT) $(NCDF_INC) -c Eurasie_files/$*.f90 
    484495         
     496# Laure16_files : 
     497%.o: Laure16_files/%.f90 
     498        $(FT) $(NCDF_INC) -c Laure16_files/$*.f90 
     499         
    485500# ANT15-LBq_files 
    486501%.o: ANT15-LBq_files/%.f90 
     
    861876        $(routine_elliptiques) $(NCDF_LIB) $(MKL_LIB) $(Liste_BLAS)      
    862877 
     878Laure-16 : $(Dim_laure16) $(mod_dim_communs) \ 
     879        $(toy_recul)  \ 
     880        $(mod_communs) \ 
     881        $(mod_clim_tof) \ 
     882        $(mod_tracers) \ 
     883        $(mod_ell) $(Liste_laure16) \ 
     884        $(diagnoshelf) \ 
     885        $(Liste_Netcdf) \ 
     886        $(routines_communes) steps_time_loop.o \ 
     887        $(routine_elliptiques) \ 
     888        $(Liste_BLAS) 
     889 
     890        $(LK) -o  ../bin/Laure-16 \ 
     891        $(Dim_laure16) $(mod_dim_communs) \ 
     892        $(toy_recul)  \ 
     893        $(mod_communs) \ 
     894        $(mod_clim_tof) \ 
     895        $(mod_tracers) \ 
     896        $(mod_ell) $(Liste_laure16) \ 
     897        $(diagnoshelf) \ 
     898        $(Liste_Netcdf) \ 
     899        $(routines_communes) steps_time_loop.o \ 
     900        $(routine_elliptiques) $(NCDF_LIB) $(MKL_LIB) $(Liste_BLAS)      
     901 
    863902Greeneem15 : $(Dim_greeneem15) $(mod_dim_communs) \ 
    864903        $(toy_recul)  \ 
Note: See TracChangeset for help on using the changeset viewer.