Ignore:
Timestamp:
Jul 21, 2014, 2:39:49 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Changement de nom de clef CPP:
CPP_NO_IOIPSL devient CPP_IOIPSL_NO_OUTPUT pour éviter la confusion. Elle
permet de ne pas sortir les fichiers IOIPSL "proprement"
L'option -io de makelmdz et makelmdz_fcm est changée:
avec la valeur ioipsl, on ne sort que les fichier IOIPSL

mix, on sort les fichiers IOIPSL et XIOS
xios, on ne sort que les fichiers XIOS


Change in the name of a CPP key:
CPP_NO_IOIPSL becomes CPP_IOIPSL_NO_OUTPUT. If defined, IOIPSL outputs are not
generated.
The -io option for makelmdz and makelmdz_fcm is changed as well:
with the value ioipsl, only IOIPSL files are output

mix, IOIPSL and XIOS files are output
xios, only XIOS files are output

Location:
LMDZ5/trunk/libf/phydev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phydev/iophy.F90

    • Property svn:keywords set to Id
    r2002 r2097  
    11!
    2 ! $Id: $
     2! $Id$
    33!
    44module iophy
     
    114114    endif
    115115   
    116 #ifndef CPP_NO_IOIPSL
     116#ifndef CPP_IOIPSL_NO_OUTPUT
    117117    call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, &
    118118                      'APPLE',phys_domain_id)
  • LMDZ5/trunk/libf/phydev/physiq.F90

    r2037 r2097  
    102102  call ymds2ju(1979, 1, 1, 0.0, zjulian)
    103103  dtime=pdtphys
    104 #ifndef CPP_NO_IOIPSL
     104#ifndef CPP_IOIPSL_NO_OUTPUT
    105105  ! Initialize IOIPSL output file
    106106  call histbeg_phy("histins.nc",itau0,zjulian,dtime,nhori,nid_hist)
     
    109109!$OMP MASTER
    110110
    111 #ifndef CPP_NO_IOIPSL
     111#ifndef CPP_IOIPSL_NO_OUTPUT
    112112! IOIPSL
    113113  ! define vertical coordinate
     
    171171! write some outputs:
    172172! IOIPSL
    173 #ifndef CPP_NO_IOIPSL
     173#ifndef CPP_IOIPSL_NO_OUTPUT
    174174if (modulo(itau,iwrite_phys)==0) then
    175175  call histwrite_phy(nid_hist,.false.,"temperature",itau,t)
Note: See TracChangeset for help on using the changeset viewer.