Skip to content

Commit

Permalink
Changes to the CDEPS/datm/atm_comp_nuopc.F90 are now handled with a p…
Browse files Browse the repository at this point in the history
…atch, instead of storing a full copy of the modified file.
  • Loading branch information
micaeljtoliveira committed Aug 31, 2023
1 parent 9a49162 commit b242b79
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 928 deletions.
3 changes: 2 additions & 1 deletion CDEPS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ list(APPEND cdeps_drof_src_files
)

list(APPEND cdeps_datm_src_files
extra_sources/atm_comp_nuopc.F90
CDEPS/datm/datm_datamode_cfsr_mod.F90
CDEPS/datm/datm_datamode_clmncep_mod.F90
CDEPS/datm/datm_datamode_core2_mod.F90
Expand Down Expand Up @@ -57,3 +56,5 @@ foreach(LIB cdeps_docn cdeps_dice cdeps_dwav cdeps_drof cdeps_datm)
target_include_directories(${LIB} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/fox/include>)
target_link_libraries(${LIB} PUBLIC share cmeps esmf PIO::PIO_Fortran FoX_dom cdeps_common)
endforeach()

add_patched_source(cdeps_datm CDEPS/datm/atm_comp_nuopc.F90)
Loading

0 comments on commit b242b79

Please sign in to comment.