Skip to content

How do you get mksurfdata_map on older CLM versions to work on Derecho? #2388

Answered by lawrencepj1
ekluzek asked this question in Q&A
Discussion options

You must be logged in to vote

Just as a quick note I have mksurf_datamap working on Derecho for CESM2.1.4

/glade/campaign/cesm/development/lmwg/landuse_source_tools/MksrfDataTools/cesm2_1_4_code/components/clm/tools/mksurfdata_map

Major change was to the netcdf libraries in Makefile.common in the src directory:

# Check for the netcdf library and include directories 
ifeq ($(LIB_NETCDF),$(null))
  LIB_NETCDF := /glade/u/apps/derecho/23.06/spack/opt/spack/netcdf/4.9.2/oneapi/2023.0.0/iijr/lib
endif

ifeq ($(INC_NETCDF),$(null))
  INC_NETCDF := /glade/u/apps/derecho/23.06/spack/opt/spack/netcdf/4.9.2/oneapi/2023.0.0/iijr/include
endif

Happy to talk more if people need help
Peter

Replies: 1 comment 3 replies

Comment options

ekluzek
Feb 23, 2024
Maintainer Author

You must be logged in to vote
3 replies
@lawrencepj1
Comment options

Answer selected by ekluzek
@lawrencepj1
Comment options

@ekluzek
Comment options

ekluzek Feb 23, 2024
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: -support user or developer needs help
2 participants