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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.