Ignore:
Timestamp:
06/03/16 16:06:35 (8 years ago)
Author:
dumas
Message:

No sliding in module_choix | Antarctic 15km configuration usable | Use depth instade of dist_talus in bmelt-ant-regions_mod.f90

File:
1 edited

Legend:

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

    r65 r68  
    172172 
    173173 
    174 Liste_ANT15-LBq = lect-Ant_clim_Acc-T_gen_dat.o output_anta_mod-0.4.o \ 
    175         dragging-vit_bil_LBq_gen_mod.o dragging_LGM_mod.o dragging_plastic_LGM_mod.o \ 
    176         dragging_prescr_beta_mod.o dragging_prescr_beta_buoyency_mod.o dragging_prescr_beta_nolin_mod.o \ 
    177         fake-routines-ant_mod.o beta_iter_vitbil_mod.o \ 
    178         lect-Ant_gen2010_dat.o module_choix_antar15_LBq.o \ 
    179         massb-ant_perturb_Tparam.o track_ant40_mod.o  
    180  
    181  
     174#Liste_ANT15-LBq = lect-Ant_clim_Acc-T_gen_dat.o output_anta_mod-0.4.o \ 
     175#       dragging-vit_bil_LBq_gen_mod.o dragging_LGM_mod.o dragging_plastic_LGM_mod.o \ 
     176#       dragging_prescr_beta_mod.o dragging_prescr_beta_buoyency_mod.o dragging_prescr_beta_nolin_mod.o \ 
     177#       fake-routines-ant_mod.o beta_iter_vitbil_mod.o \ 
     178#       lect-Ant_gen2010_dat.o module_choix_antar15_LBq.o \ 
     179#       massb-ant_perturb_Tparam.o track_ant40_mod.o  
     180 
     181Liste_ANT15-LBq = output_anta_mod-0.4.o \ 
     182                lect-Ant_gen2010_dat.o \ 
     183                lect-anteis_mod.o \ 
     184                bmelt-ant-regions_mod.o \ 
     185                fake-routines-ant_mod.o \ 
     186                module_choix_antar15_LBq.o \ 
     187                track_ant40_mod.o \ 
    182188 
    183189Liste_hudson = sedim_declar_hudson_mod.o climat-hudson_mod.o \ 
     
    361367        $(FT) $(NETCDFINCLUDE) -c Ant40_files/$*.f90 
    362368         
     369# ANT15-LBq_files 
     370%.o: ANT15-LBq_files/%.f90 
     371        $(FT) $(NETCDFINCLUDE) -c ANT15-LBq_files/$*.f90 
     372         
    363373# Greeneem_files/Greeneem15_files 
    364374%.o: Greeneem_files/Greeneem15_files/%.f90 
     
    410420#--------------------------------------- 
    411421 
    412 LBqAntar15 : $(Dim_ANT15-LBq) $(mod_dim_communs)  \ 
    413         $(Proto_recul)  \ 
    414         $(mod_communs) \ 
    415         $(Proto_recul)  \ 
    416         $(mod_clim_perturb)  \ 
    417         $(mod_tracers) \ 
     422Ant-15 : $(Dim_ANT15-LBq) $(mod_dim_communs) \ 
     423        $(toy_recul) \ 
     424        $(mod_communs) \ 
     425        $(mod_clim_tof)  \ 
     426        $(mod_no_tracers) \ 
    418427        $(mod_ell) $(Liste_ANT15-LBq) \ 
    419428        $(diagnoshelf) \ 
    420429        $(Liste_Netcdf) \ 
    421         $(routines_communes) steps_time_loop.o $(routine_elliptiques)  
    422  
    423         $(LK) -o ../bin/LBqAntar-15  $(Dim_ANT15-LBq) $(mod_dim_communs) \ 
    424         $(Proto_recul)  \ 
    425         $(mod_communs) \ 
    426         $(mod_clim_perturb)  \ 
    427         $(mod_tracers) \ 
    428         $(mod_ell) \ 
    429         $(Liste_ANT15-LBq) \ 
    430         $(diagnoshelf) $(Liste_Netcdf) \ 
    431         $(routines_communes) steps_time_loop.o $(routine_elliptiques) $(NCDF_LIB) $(MKL_LIB) 
     430        $(routines_communes) steps_time_loop.o \ 
     431        $(routine_elliptiques) \ 
     432        $(Liste_BLAS) 
     433 
     434        $(LK) -o ../bin/Ant-15 \ 
     435        $(Dim_ANT15-LBq) $(mod_dim_communs) \ 
     436        $(toy_recul)  \ 
     437        $(mod_communs) \ 
     438        $(mod_clim_tof)  \ 
     439        $(mod_no_tracers) \ 
     440        $(mod_ell) $(Liste_ANT15-LBq) \ 
     441        $(diagnoshelf) \ 
     442        $(Liste_Netcdf) \ 
     443        $(routines_communes) steps_time_loop.o \ 
     444        $(routine_elliptiques) $(NCDF_LIB) $(MKL_LIB) $(Liste_BLAS) 
    432445 
    433446Recul_ice2sea : $(Dim_ANT15-LBq) $(mod_dim_communs)  \ 
Note: See TracChangeset for help on using the changeset viewer.