Changeset 36 for branches


Ignore:
Timestamp:
01/20/16 10:01:25 (8 years ago)
Author:
roche
Message:

Tweaked the makefile and the main for library generation with gfortran.

Location:
branches/iLoveclim/SOURCES
Files:
2 edited

Legend:

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

    r31 r36  
    4141 
    4242# module de forcage climatique C. Dumas 
     43# Modif dmr 2016-01-20 
    4344mod_clim_tof = climat_forcage_mois_mod.o climat-forcage-insolation_mod_oneway.o \ 
    4445        climat-forcage-insolation_mod.o climat_GrIce2sea_years_mod.o \ 
    4546        climat-perturb_mod-0.4.o \ 
    46         ablation_mod.o no_ablation_mod.o  
     47        ablation_mod.o no_ablation_mod.o\ 
     48        climat_coupl_atm_mod.o 
    4749 
    4850# methode forcage basee sur des snapshots climats 
     
    617619ablation_mod.o : ablation_mod.f90 
    618620        $(FT) ablation_mod.f90 
    619  
     621# Module climat pour iLOVECLIM -- dmr 2016-01-20 
     622climat_coupl_atm_mod.o : climat_coupl_atm_mod.f90 
     623        $(FT) climat_coupl_atm_mod.f90 
    620624 
    621625##### anciens modules 
     
    16421646        $(routine_elliptiques) $(NCDF_LIB) $(Liste_BLAS) 
    16431647 
     1648        ar -cvr libgrisli.a $(Dim_hemin40) $(mod_dim_communs) \ 
     1649        $(toy_recul)  \ 
     1650        $(mod_communs) \ 
     1651        $(mod_clim_tof) \ 
     1652        $(mod_no_tracers) \ 
     1653        $(mod_ell) $(Liste_hemin40) \ 
     1654        $(diagnoshelf) \ 
     1655        $(Liste_Netcdf) \ 
     1656        $(routines_communes) steps_time_loop.o \ 
     1657        $(routine_elliptiques) \ 
     1658        $(Liste_BLAS) *.mod 
     1659 
    16441660Hemin-15 : $(Dim_hemin15) $(mod_dim_communs) \ 
    16451661        $(toy_recul)  \ 
     
    17961812 
    17971813clean   : 
    1798         rm -f *.o *.mod *~  */*~ BLAS/*.o 
     1814        rm -f *.o *.mod *~  */*~ BLAS/*.o LAPACK/*.o libgrisli.a 
    17991815 
    18001816 
  • branches/iLoveclim/SOURCES/main3D-0.4-40km.f90

    r32 r36  
    100100!< 
    101101 
    102 subroutine ISM_NORD 
     102program main3D 
     103 
     104! dmr --- void, just added for compilation 
     105 
     106end program main3D 
     107 
     108 
     109subroutine ISM_NORD(timCplGRISyr) 
    103110 
    104111  USE module3D_phy 
     
    113120!  use track_debug  
    114121!dcdmr --- GRISLI - LOVECLIM 
    115   use input_timerCplGRIS 
     122!  use input_timerCplGRIS 
    116123!dcdmr --- GRISLI - LOVECLIM 
    117124 
    118125  implicit none 
    119126 
     127  integer, intent(in) :: timCplGRISyr 
    120128 
    121129!dcdmr --- GRISLI - LOVECLIM 
Note: See TracChangeset for help on using the changeset viewer.