Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/Baltic/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/Baltic/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/Baltic_OM5_025/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5_025/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5_025/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5nb_025/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5nb_025/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/OM4_025/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/OM4_025/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/OM4_05/SIS_parameter_doc.debugging
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
! This file was written by the model and records the debugging parameters used at run-time.

! === module ice_model ===
VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)

! === module MOM_unit_scaling ===
! Parameters for doing unit scaling of variables.
Z_RESCALE_POWER = 0 ! default = 0
Expand Down
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/OM4_05/SIS_parameter_doc.layout
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
! This file was written by the model and records the layout parameters used at run-time.

! === module ice_model ===
GLOBAL_INDEXING = False ! [Boolean] default = False
! If true, use a global lateral indexing convention, so that corresponding
! points on different processors have the same index. This does not work with
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/OM_1deg/MOM_parameter_doc.debugging
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VERBOSITY = 2 ! default = 2
! Integer controlling level of messaging
! 0 = Only FATAL messages
! 2 = Only FATAL, WARNING, NOTE [default]
! 6 = Above plus call tree messages
! 9 = All)
DO_UNIT_TESTS = False ! [Boolean] default = False
! If True, exercises unit tests at model start up.
Expand Down
Loading
Loading