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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    • Property svn:keywords set to Id
    r2095 r2097  
    11!
    2 ! $Header$
     2! $Id$
    33!
    44MODULE phys_output_write_mod
     
    13191319       IF(.NOT.vars_defined) THEN
    13201320          !$OMP MASTER
    1321 #ifndef CPP_NO_IOIPSL
     1321#ifndef CPP_IOIPSL_NO_OUTPUT
    13221322          DO iff=1,nfiles
    13231323             IF (clef_files(iff)) THEN
     
    13441344    IF(vars_defined) THEN
    13451345       ! On synchronise les fichiers pour IOIPSL
    1346 #ifndef CPP_NO_IOIPSL
     1346#ifndef CPP_IOIPSL_NO_OUTPUT
    13471347       !$OMP MASTER
    13481348       DO iff=1,nfiles
Note: See TracChangeset for help on using the changeset viewer.