Ignore:
Timestamp:
11/25/15 20:33:43 (9 years ago)
Author:
roche
Message:

Petites adaptations diverses du code pour compilation en gfortran. Ajout d un Makefile flexible a option pour choisir ifort ou gfortran.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/climat_forcage_mois_mod.f90

    r18 r22  
    153153  namelist/snap_forcage_mois/filtr_t1,filtr_p1 
    154154 
     155! dmr moved up since namelist declaration should be in the header 
     156  namelist/lapse_month/lect_lapse 
     157 
    155158! formats pour les ecritures dans 42 
    156159428 format(A) 
     
    166169 
    167170! lapserate 
    168   namelist/lapse_month/lect_lapse 
    169171  rewind(num_param)        ! pour revenir au debut du fichier param_list.dat 
    170172  read(num_param,lapse_month) 
Note: See TracChangeset for help on using the changeset viewer.