Hello,
I am trying to compile and run the S2S configuration in Orion. These are the steps that I am following to build the model:
1. module purge
module use modulefiles
module load ufs_orion.intel
2. Setting cmake flags and ccpp suites environment variables
export CMAKE_FLAGS="-DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8"
3. ./build.sh
I get the following error message:
/work2/noaa/hwrf/save/maristiz/ufs-weather-model/MOM6-interface/MOM6/config_src/infra/FMS1/MOM_diag_manager_infra.F90(109): error #6633: The type of the actual argument differs from the type of the dummy argument. [DATA]
MOM_diag_axis_init = fms_axis_init(name, data, units, cart_name, long_name=long_name, &
Any suggestion of why and how to fix this problem will be appreciated.
Thanks!
- 31 views