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/spinup_mod.f90

    r4 r22  
    209209             coef_defmx(i,j) = 1. 
    210210             Uxbar(i,j)      = Vcol_x(i,j) 
    211              flgzmx(i,j)     = Vcol_x(i,j) 
     211             flgzmx(i,j)     = transfer(Vcol_x(i,j),flgzmx(i,j)) 
    212212             uxdef(i,j)      = 0. 
    213213             Ubx(i,j)        = Vcol_x(i,j) 
     
    250250             coef_defmy(i,j) = 1. 
    251251             Uybar(i,j)      = Vcol_y(i,j) 
    252              flgzmy(i,j)     = Vcol_y(i,j) 
     252             flgzmy(i,j)     = transfer(Vcol_y(i,j),flgzmy(i,j)) 
    253253             uydef(i,j)      = 0. 
    254254             Uby(i,j)        = Vcol_y(i,j) 
Note: See TracChangeset for help on using the changeset viewer.