-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update patch files for updated MOM6 version - Add new modules to MOM CMakeLists Co-authored-by: Dougie Squire <[email protected]>
- Loading branch information
1 parent
41ca3be
commit 6f4670c
Showing
10 changed files
with
65 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
--- ../MOM6/src/diagnostics/MOM_PointAccel.F90 2024-10-23 10:07:22.000000000 +1100 | ||
+++ ../MOM6/src/diagnostics/MOM_PointAccel.F90.new 2024-10-23 10:15:54.000000000 +1100 | ||
@@ -122,8 +122,8 @@ | ||
if (CS%u_file < 0) then | ||
diff --git a/MOM6/src/diagnostics/MOM_PointAccel.F90 b/MOM6/src/diagnostics/MOM_PointAccel.F90.new | ||
index 30f0803..7f91f79 100644 | ||
--- a/MOM6/src/diagnostics/MOM_PointAccel.F90 | ||
+++ b/MOM6/src/diagnostics/MOM_PointAccel.F90.new | ||
@@ -124,7 +124,7 @@ subroutine write_u_accel(I, j, um, hin, ADp, CDp, dt, G, GV, US, CS, vel_rpt, st | ||
if (CS%u_file == -1) then | ||
if (len_trim(CS%u_trunc_file) < 1) return | ||
call open_ASCII_file(CS%u_file, trim(CS%u_trunc_file), action=APPEND_FILE, & | ||
- threading=MULTIPLE, fileset=SINGLE_FILE) | ||
- if (CS%u_file < 0) then | ||
+ threading=MULTIPLE, fileset=MULTIPLE) | ||
+ if (CS%u_file == -1) then | ||
if (CS%u_file == -1) then | ||
call MOM_error(NOTE, 'Unable to open file '//trim(CS%u_trunc_file)//'.') | ||
return | ||
endif | ||
@@ -461,8 +461,8 @@ | ||
if (CS%v_file < 0) then | ||
@@ -465,7 +465,7 @@ subroutine write_v_accel(i, J, vm, hin, ADp, CDp, dt, G, GV, US, CS, vel_rpt, st | ||
if (CS%v_file == -1) then | ||
if (len_trim(CS%v_trunc_file) < 1) return | ||
call open_ASCII_file(CS%v_file, trim(CS%v_trunc_file), action=APPEND_FILE, & | ||
- threading=MULTIPLE, fileset=SINGLE_FILE) | ||
- if (CS%v_file < 0) then | ||
+ threading=MULTIPLE, fileset=MULTIPLE) | ||
+ if (CS%v_file == -1) then | ||
if (CS%v_file == -1) then | ||
call MOM_error(NOTE, 'Unable to open file '//trim(CS%v_trunc_file)//'.') | ||
return | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.