New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14239 for NEMO/trunk/src/TOP – NEMO

Changeset 14239 for NEMO/trunk/src/TOP


Ignore:
Timestamp:
2020-12-23T09:57:16+01:00 (3 years ago)
Author:
smasson
Message:

trunk: replace key_iomput by key_xios

Location:
NEMO/trunk/src/TOP
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/AGE/trcwri_age.F90

    r12377 r14239  
    66   !! History :   1.0  !  2009-05 (C. Ethe)  Original code 
    77   !!---------------------------------------------------------------------- 
    8 #if defined key_top &&  defined key_iomput 
     8#if defined key_top &&  defined key_xios 
    99   !!---------------------------------------------------------------------- 
    1010   !! trc_wri_age   :  outputs of concentration fields 
  • NEMO/trunk/src/TOP/C14/trcwri_c14.F90

    r13295 r14239  
    77   !! History :   2.0  !  2015 (A. Mouchet)  adapted code for C14 
    88   !!---------------------------------------------------------------------- 
    9 #if defined key_top && defined key_iomput 
     9#if defined key_top && defined key_xios 
    1010   !!---------------------------------------------------------------------- 
    1111   !! trc_wri_c14   :  outputs of ventilation fields 
  • NEMO/trunk/src/TOP/CFC/trcwri_cfc.F90

    r12377 r14239  
    66   !! History :   1.0  !  2009-05 (C. Ethe)  Original code 
    77   !!---------------------------------------------------------------------- 
    8 #if defined key_top && defined key_iomput 
     8#if defined key_top && defined key_xios 
    99   !!---------------------------------------------------------------------- 
    1010   !! trc_wri_cfc   :  outputs of concentration fields 
  • NEMO/trunk/src/TOP/MY_TRC/trcwri_my_trc.F90

    r12377 r14239  
    44   !!     trc_wri_my_trc   :  outputs of concentration fields 
    55   !!====================================================================== 
    6 #if defined key_top && defined key_iomput 
     6#if defined key_top && defined key_xios 
    77   !!---------------------------------------------------------------------- 
    88   !! History :      !  2007  (C. Ethe, G. Madec)  Original code 
  • NEMO/trunk/src/TOP/PISCES/SED/sedrst.F90

    r14039 r14239  
    8484            CALL iom_open( TRIM(clpath)//TRIM(clname), numrsw, ldwrt = .TRUE., kdlev = jpksed, cdcomp = 'SED' ) 
    8585         ELSE 
    86 #if defined key_iomput 
     86#if defined key_xios 
    8787            cw_sedrst_cxt = "rstws_"//TRIM(ADJUSTL(clkt)) 
    8888            IF( TRIM(Agrif_CFixed()) == '0' ) THEN 
  • NEMO/trunk/src/TOP/PISCES/trcwri_pisces.F90

    r13295 r14239  
    66   !! History :   1.0  !  2009-05 (C. Ethe)  Original code 
    77   !!---------------------------------------------------------------------- 
    8 #if defined key_top && defined key_iomput  
     8#if defined key_top && defined key_xios  
    99   !!---------------------------------------------------------------------- 
    1010   !! trc_wri_pisces   :  outputs of concentration fields 
  • NEMO/trunk/src/TOP/README.rst

    r14229 r14239  
    6262Here below the list of preprocessing keys that applies to the TOP interface (beside ``key_top``): 
    6363 
    64 ``key_iomput`` 
     64``key_xios`` 
    6565   use XIOS I/O 
    6666 
     
    320320.. code-block:: perl 
    321321 
    322    bld::tool::fppkeys key_iomput key_top 
     322   bld::tool::fppkeys key_xios key_top 
    323323 
    324324the compilation with :file:`makenemo` will be executed through the following syntax 
     
    348348.. code-block:: perl 
    349349 
    350    bld::tool::fppkeys  key_iomput key_top 
     350   bld::tool::fppkeys  key_xios key_top 
    351351 
    352352   src::MYBGC::initialization         <MYBGCPATH>/initialization 
     
    376376   .. code-block:: perl 
    377377 
    378       bld::tool::fppkeys  key_zdftke key_dynspg_ts key_iomput key_top 
     378      bld::tool::fppkeys  key_zdftke key_dynspg_ts key_xios key_top 
    379379      inc <MYBGCPATH>/MYBGC.fcm 
    380380 
  • NEMO/trunk/src/TOP/TRP/trdtrc_oce.F90

    r10425 r14239  
    2424   LOGICAL, DIMENSION(:), ALLOCATABLE ::   ln_trdtrc   !: large trends diagnostic to write or not (namelist) 
    2525 
    26 # if defined key_trdtrc && defined key_iomput 
     26# if defined key_trdtrc && defined key_xios 
    2727   LOGICAL, PARAMETER ::   lk_trdtrc = .TRUE.  
    2828# else 
  • NEMO/trunk/src/TOP/trcnam.F90

    r14086 r14239  
    3131   PUBLIC   trc_nam      ! called in trcini 
    3232 
    33    TYPE(PTRACER), DIMENSION(jpmaxtrc), PUBLIC  :: sn_tracer  !: type of tracer for saving if not key_iomput 
     33   TYPE(PTRACER), DIMENSION(jpmaxtrc), PUBLIC  :: sn_tracer  !: type of tracer for saving if not key_xios 
    3434 
    3535   !!---------------------------------------------------------------------- 
  • NEMO/trunk/src/TOP/trcrst.F90

    r14086 r14239  
    9696            CALL iom_open( TRIM(clpath)//TRIM(clname), numrtw, ldwrt = .TRUE. ) 
    9797         ELSE 
    98 #if defined key_iomput 
     98#if defined key_xios 
    9999            cw_toprst_cxt = "rstwt_"//TRIM(ADJUSTL(clkt)) 
    100100            IF( TRIM(Agrif_CFixed()) == '0' ) THEN 
  • NEMO/trunk/src/TOP/trcwri.F90

    r13237 r14239  
    66   !! History :   1.0  !  2009-05 (C. Ethe)  Original code 
    77   !!---------------------------------------------------------------------- 
    8 #if defined key_top && defined key_iomput 
     8#if defined key_top && defined key_xios 
    99   !!---------------------------------------------------------------------- 
    1010   !!   'key_top'                                           TOP models 
Note: See TracChangeset for help on using the changeset viewer.