Changeset 2183 for XIOS


Ignore:
Timestamp:
07/15/21 13:28:24 (3 years ago)
Author:
ymipsl
Message:

Change object undef id for better output in netcdf file :
#context::#object_undef_id_#num -> #context#object_undef_id#num
ex :
atm::axis_undef_id_10 -> atmaxis_undef_id_10

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp

    r2124 r2183  
    150150   { 
    151151      static StdString base ;  
    152       base = "__"+CObjectFactory::CurrContext + "::" + U::GetName() + "_undef_id_"; 
     152//      base = "__"+CObjectFactory::CurrContext + "::" + U::GetName() + "_undef_id_"; 
     153      base = CObjectFactory::CurrContext + "__" + U::GetName() + "_undef_id_"; 
    153154      return base; 
    154155   } 
Note: See TracChangeset for help on using the changeset viewer.