-
Notifications
You must be signed in to change notification settings - Fork 53
Change to mask directory instead of individual mask files #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,11 @@ mappingDirectory = /lustre/atlas/proj-shared/cli115/mpas_analysis/mapping/ | |
| # directory where analysis should be written | ||
| baseDirectory = /dir/to/analysis/output | ||
|
|
||
| # provide an absolute path to put HTML in an alternative location (e.g. a web | ||
| # portal) | ||
| # htmlSubdirectory = /ccs/proj/cli115/www/USERNAME/RUNNAME | ||
| htmlSubdirectory = html | ||
|
|
||
| # a list of analyses to generate. Valid names can be seen by running: | ||
| # ./run_mpas_analysis --list | ||
| # This command also lists tags for each analysis. | ||
|
|
@@ -51,7 +56,7 @@ baseDirectory = /dir/to/analysis/output | |
| # option: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add these, right before line 35:
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
| # ./run_mpas_analysis config.analysis --generate \ | ||
| # all,no_ocean,all_timeSeries | ||
| # The climatologyMapAntarcticMelt task is disabled because this run did not | ||
| # The climatologyMapAntarcticMelt task is disabled because this run did not | ||
| # include ice-shelf cavities.` | ||
| generate = ['all', 'no_climatologyMapAntarcticMelt'] | ||
|
|
||
|
|
@@ -122,5 +127,8 @@ baseDirectory = /lustre/atlas/proj-shared/cli115/milena/ACMEv0_lowres/B1850C5_n | |
| # Supported options are Atlantic and IndoPacific | ||
| regionNames = ['Atlantic'] | ||
|
|
||
| # Mask file for ocean basin regional computation | ||
| regionMaskFiles = /lustre/atlas/proj-shared/cli115/mpas_analysis/region_masks/oEC60to30v3_SingleRegionAtlanticWTransportTransects_masks.nc | ||
| [regions] | ||
| ## options related to ocean regions used in several analysis modules | ||
|
|
||
| # Directory for region mask files | ||
| regionMaskDirectory = /lustre/atlas/proj-shared/cli115/mpas_analysis/region_masks/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ seaIceNamelistFileName = run/mpas-cice_in | |
| seaIceStreamsFileName = run/streams.cice | ||
|
|
||
| # names of ocean and sea ice meshes (e.g. EC60to30, QU240, RRS30to10, etc.) | ||
| mpasMeshName = EC60to30v3 | ||
| mpasMeshName = oEC60to30v3 | ||
|
|
||
| # Directory for mapping files (if they have been generated already). If mapping | ||
| # files needed by the analysis are not found here, they will be generated and | ||
|
|
@@ -51,6 +51,11 @@ mappingDirectory = /lustre/atlas/proj-shared/cli115/mpas_analysis/mapping/ | |
| # directory where analysis should be written | ||
| baseDirectory = /dir/to/analysis/output | ||
|
|
||
| # provide an absolute path to put HTML in an alternative location (e.g. a web | ||
| # portal) | ||
| # htmlSubdirectory = /ccs/proj/cli115/www/USERNAME/RUNNAME | ||
| htmlSubdirectory = html | ||
|
|
||
| # a list of analyses to generate. Valid names can be seen by running: | ||
| # ./run_mpas_analysis --list | ||
| # This command also lists tags for each analysis. | ||
|
|
@@ -139,5 +144,8 @@ baseDirectory = /lustre/atlas/proj-shared/cli115/milena/ACMEv0_lowres/B1850C5_n | |
| # Supported options are Atlantic and IndoPacific | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you change And then add, before line 54:
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you forgot to adjust the
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I missed that. I'll fix it now. |
||
| regionNames = ['Atlantic'] | ||
|
|
||
| # Mask file for ocean basin regional computation | ||
| regionMaskFiles = /lustre/atlas/proj-shared/cli115/mpas_analysis/region_masks/oEC60to30v3_SingleRegionAtlanticWTransportTransects_masks.nc | ||
| [regions] | ||
| ## options related to ocean regions used in several analysis modules | ||
|
|
||
| # Directory for region mask files | ||
| regionMaskDirectory = /lustre/atlas/proj-shared/cli115/mpas_analysis/region_masks | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,12 +19,14 @@ preprocessedReferenceRunName = None | |
| ## options related to reading in the results to be analyzed | ||
|
|
||
| # directory containing model results | ||
| baseDirectory = /lustre/atlas1/cli115/scratch/vanroek/GMPAS-IAF_oRRS18to6v3/run | ||
| baseDirectory = /lustre/atlas1/cli115/proj-shared/vanroek/run | ||
|
|
||
| mpasMeshName = oRRS18to6v3 | ||
|
|
||
| # Directory for mapping files (if they have been generated already). If mapping | ||
| # files needed by the analysis are not found here, they will be generated and | ||
| # placed in the output mappingSubdirectory | ||
| # mappingDirectory = /dir/for/mapping/files | ||
| mappingDirectory = /lustre/atlas/proj-shared/cli115/mpas_analysis/mapping | ||
|
|
||
| [output] | ||
| ## options related to writing out plots, intermediate cached data sets, logs, | ||
|
|
@@ -34,6 +36,11 @@ baseDirectory = /lustre/atlas1/cli115/scratch/vanroek/GMPAS-IAF_oRRS18to6v3/run | |
| # NOTE: This directory path must be specific to each test case. | ||
| baseDirectory = /dir/to/analysis/output | ||
|
|
||
| # provide an absolute path to put HTML in an alternative location (e.g. a web | ||
| # portal) | ||
| # htmlSubdirectory = /ccs/proj/cli115/www/USERNAME/RUNNAME | ||
| htmlSubdirectory = html | ||
|
|
||
| # a list of analyses to generate. Valid names can be seen by running: | ||
| # ./run_mpas_analysis --list | ||
| # This command also lists tags for each analysis. | ||
|
|
@@ -53,7 +60,7 @@ baseDirectory = /dir/to/analysis/output | |
| # option: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one is missing a few things (mind you, I haven't had a chance to test this yet, because of the nco problems with large files, which I mentioned in the email):
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do see the |
||
| # ./run_mpas_analysis config.analysis --generate \ | ||
| # all,no_ocean,all_timeSeries | ||
| # The climatologyMapAntarcticMelt task is disabled because this run did not | ||
| # The climatologyMapAntarcticMelt task is disabled because this run did not | ||
| # include ice-shelf cavities.` | ||
| generate = ['all', 'no_climatologyMapAntarcticMelt'] | ||
|
|
||
|
|
@@ -148,20 +155,8 @@ baseDirectory = /dir/to/seaice/reference | |
| # directory where ocean reference simulation results are stored | ||
| baseDirectory = /dir/to/seaice/reference | ||
|
|
||
| [streamfunctionMOC] | ||
| ## options related to plotting the streamfunction of the meridional overturning | ||
| ## circulation (MOC) | ||
|
|
||
| # Mask file for post-processing regional MOC computation | ||
| regionMaskFiles = /lustre/atlas1/cli115/proj-shared/mpas_analysis/region_masks/oRRS18to6v3.170111.SingleRegionAtlanticWTransportTransects_masks.nc | ||
|
|
||
| # xarray (with dask) divides data sets into "chunks", allowing computations | ||
| # to be made on data that is larger than the available memory. MPAS-Analysis | ||
| # supports setting a maximum chunk size for data sets generally, and a | ||
| # separate option specific to loading the 3D velocity field in the MOC | ||
| # specifically. By default, maxChunkSize is left undefined, so that chunking | ||
| # is handled automatically. If the MOC calculation encounters memory problems, | ||
| # consider setting maxChunkSize to a number significantly lower than nEdges | ||
| # in your MPAS mesh so that the calculation will be divided into smaller | ||
| # pieces. | ||
| maxChunkSize = 500 | ||
| [regions] | ||
| ## options related to ocean regions used in several analysis modules | ||
|
|
||
| # Directory for region mask files | ||
| regionMaskDirectory = /lustre/atlas1/cli115/proj-shared/mpas_analysis/region_masks | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -135,17 +135,9 @@ baseDirectory = /projects/OceanClimate/mpas-analysis_data/ACMEv0_lowres/B1850C5 | |
| # plot on polar plot | ||
| polarPlot = False | ||
|
|
||
| [streamfunctionMOC] | ||
| ## options related to plotting the streamfunction of the meridional overturning | ||
| ## circulation (MOC) | ||
| maxChunkSize = 1000 | ||
|
|
||
| # Mask file for ocean basin regional computation | ||
| regionMaskFiles = /projects/OceanClimate/mpas-analysis_data/mpas_analysis/region_masks/oEC60to30v3wLI_Atlantic_region_masks_and_southern_transect.nc | ||
|
|
||
| [regions] | ||
| # Directory containing mask files for ocean basins and ice shelves | ||
| regionMaskDirectory = /projects/OceanClimate/mpas-analysis_data/mpas_analysis/region_masks/ | ||
| regionMaskDirectory = /projects/OceanClimate/mpas-analysis_data/mpas_analysis/region_masks | ||
|
|
||
| [climatologyMapSoseTemperature] | ||
| # Times for comparison times (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we have a htmlSubdirectory on theta?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, as far as I'm aware, there's no web portal on theta. |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add these lines in this file, right before line 46:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done