Ignore:
Timestamp:
06/10/22 17:11:04 (2 years ago)
Author:
aquiquet
Message:

Trunk merged to branch at revision 357

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r287 r359  
    178178    ! lecture des pas de temps de sortie 
    179179    !------------------------------------ 
    180     ! open(num_file,file='../'//trim(dirsource)//'/Fichiers-parametres/'//geoplace//'_TEMPS-NETCDF.dat') 
    181     ! open(num_file,file=trim(dirsource)//'/Fichiers-parametres/'//geoplace//'_TEMPS-NETCDF.dat',status='old') 
    182     open(num_file,file=trim(dirsource)//'/'//geoplace//'_TEMPS-NETCDF.dat',status='old') 
     180    ! open(num_file,file='../'//trim(dirsource)//'/Fichiers-parametres/TEMPS-NETCDF.dat') 
     181    open(num_file,file=trim(dirsource)//'/TEMPS-NETCDF.dat',status='old') 
     182 
    183183 
    184184    ! passe les commentaires qui se terminent par une ligne de ~~~ 
     
    236236    !----------------------------------------------------------- 
    237237 
    238     ! open(num_file,file='../'//trim(dirsource)//'/Fichiers-parametres/'//geoplace//'_LISTE-VAR-NETCDF.dat') 
    239     ! open(num_file,file=trim(dirsource)//'/Fichiers-parametres/'//geoplace//'_LISTE-VAR-NETCDF.dat') 
    240     open(num_file,file=trim(dirsource)//'/'//geoplace//'_LISTE-VAR-NETCDF.dat') 
     238    ! open(num_file,file='../'//trim(dirsource)//'/Fichiers-parametres/LISTE-VAR-NETCDF.dat') 
     239    open(num_file,file=trim(dirsource)//'/LISTE-VAR-NETCDF.dat') 
    241240 
    242241    !saute les commentaires 
     
    299298 
    300299    !open(num_file,file='../'//trim(dirsource)//'/Netcdf-routines/Description_Variables.dat') 
    301     !open(num_file,file=trim(dirsource)//'/Netcdf-routines/Description_Variables.dat') 
    302300    open(num_file,file=trim(dirsource)//'/Description_Variables.dat') 
    303301 
     
    410408    !aurel, tend in GRISLI is updated by Loveclim 
    411409    ifin = 0 ! tend in here should be tend_loveclim 
    412  
     410     
    413411    ! boucle sur les numeros de variables  
    414412    boucle_var: do i=1,ntab 
     
    670668 
    671669    ! instructions 
    672     if (itracebug.eq.1)  call tracebug(' Entree dans routine  sortie_netcdf_cat')     
     670    if (itracebug.eq.1)  call tracebug(' Entree dans routine  sortie_netcdf_cat')       
    673671 
    674672 
     
    12291227 
    12301228             ! open(72,file='../'//trim(dirsource)//'/Netcdf-routines/Description_Variables.dat') 
    1231              !open(72,file=trim(dirsource)//'/Netcdf-routines/Description_Variables.dat') 
    12321229             open(72,file=trim(dirsource)//'/Description_Variables.dat') 
    12331230 
Note: See TracChangeset for help on using the changeset viewer.