Changeset 33


Ignore:
Timestamp:
01/15/16 15:41:59 (8 years ago)
Author:
roche
Message:

Small modification of the code to allow compilation in gfortran (moved a namelist declaration)

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/GrIce2sea_files/climat_GrIce2sea_years_mod.f90

    r29 r33  
    8686 
    8787  namelist/clim_smb_T_gen/smb_file,coef_smb_unit,temp_annual_file 
     88! dmr --- the namelist should be at the header position (moved up from below) 
     89  namelist/clim_snap/nb_snap,time_depart_snaps,ecart_snap,file_smb_snap,massb_time 
    8890 
    8991428 format(A) 
     
    145147!lecture namelist  
    146148 
    147   namelist/clim_snap/nb_snap,time_depart_snaps,ecart_snap,file_smb_snap,massb_time 
     149! dmr --- namelist should be in the header part in the standard ... 
     150!  namelist/clim_snap/nb_snap,time_depart_snaps,ecart_snap,file_smb_snap,massb_time 
    148151 
    149152  rewind(num_param)        ! pour revenir au debut du fichier param_list.dat 
  • trunk/SOURCES/Makefile

    r29 r33  
    1010 
    1111# Choice for compiler (ifort = 1, gfortran = 0) 
    12 ifort ?= 1 
     12ifort ?= 0 
    1313 
    1414# Choice for librairies (mkl_c = 1 = MKL,  = 0 = BLAS) 
Note: See TracChangeset for help on using the changeset viewer.