You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build CMEPS outside of the CIME but I have some issues with standalone build. It seems that building CESM version of CMEPS with standalone mode is not working. The standalone build assumes that it is build for UFS, which I think it is not the generic approach for standalone build.
Here is my command to build standalone version at this point,
So, i am using some shared code from CDEPS to satisfy CMEPS but I think it is not enough. I did some work to add CMakeLists.txt file to flux_atmocn and nuopc_cap_share folders and make minor mod in top level CMake file but the build complains about water_isotopes. Then, I realized that the file is in the following repo, https://github.com/ESCOMP/CESM_share/tree/main/src
So, at this point, I am lost about shared code (it think it is normal to lost for the regular users too). Which shared code needs to be used to compile CMEPS. Only the one found in the CESM_share repo? If so, why we have nuopc_cap_share directory under CMEPS. Do we still need to have flux_atmocn? (I think so since I could not see the same file in the CESM_shared). Anyway, I think that enabling standalone build for CESM configuration would be great. At this point, I am not interested in using CESM driver since I am plaining to use ESMX. Anyway, let me know what you think?
The text was updated successfully, but these errors were encountered:
I am trying to build CMEPS outside of the CIME but I have some issues with standalone build. It seems that building CESM version of CMEPS with standalone mode is not working. The standalone build assumes that it is build for UFS, which I think it is not the generic approach for standalone build.
Here is my command to build standalone version at this point,
So, i am using some shared code from
CDEPS
to satisfy CMEPS but I think it is not enough. I did some work to add CMakeLists.txt file toflux_atmocn
andnuopc_cap_share
folders and make minor mod in top level CMake file but the build complains aboutwater_isotopes
. Then, I realized that the file is in the following repo, https://github.com/ESCOMP/CESM_share/tree/main/srcSo, at this point, I am lost about shared code (it think it is normal to lost for the regular users too). Which shared code needs to be used to compile CMEPS. Only the one found in the
CESM_share
repo? If so, why we havenuopc_cap_share
directory under CMEPS. Do we still need to haveflux_atmocn
? (I think so since I could not see the same file in the CESM_shared). Anyway, I think that enabling standalone build for CESM configuration would be great. At this point, I am not interested in using CESM driver since I am plaining to use ESMX. Anyway, let me know what you think?The text was updated successfully, but these errors were encountered: