CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

Split files to remove #ifdef dependence #301

Open penguian opened 2 years ago

penguian commented 2 years ago

keyword_preprocessor_nogit owner:jxs599@nci.org.au type_defect | by srb001@csiro.au


At present some cable_ files(below) include a #ifdef UM_BUILD (). clean these up, take these out, creating offline/UM files if necessary. These files are found in the trunk@8368

Active: #define UM_BUILD yes params/cable_types_mod.F90:#define UM_BUILD yes coupled/JULES/initialisation/grid_constants_cbl.F90:#ifdef UM_BUILD

Inert: !#define UM_BUILD yes offline/cable_define_types.F90:!#define UM_BUILD yes offline/casa_ncdf.F90:!#define UM_BUILD YES util/cable_diag.F90:!#define UM_BUILD YES science/casa-cnp/casa_cable.F90:!#define UM_BUILD YES science/casa-cnp/casa_inout.F90:!#define UM_BUILD YES science/misc/cable_climate.F90:!#define UM_BUILD YES util/diag/cable_diag.F90:!#define UM_BUILD YES


Issue migrated from trac:301 at 2023-11-27 11:38:12 +1100

penguian commented 1 year ago

@ccc561@nci.org.au commented


To close?

penguian commented 1 year ago

@ccc561@nci.org.au changed keywords from preprocessor to preprocessor nogit