-
Notifications
You must be signed in to change notification settings - Fork 131
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
Hycom forcing v2 + small adds / corrections #230
Conversation
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.
This looks OK, but I may run a test suite on the changes. I assume there is no way to test the hycom forcing option at this point within the consortium? Is it worth adding some input data and setting that up?
@@ -362,12 +364,15 @@ Table of namelist options | |||
"", "``monthly``", "monthly forcing data", "" | |||
"", "``ncar``", "NCAR bulk forcing data", "" | |||
"", "``oned``", "column forcing data", "" | |||
"", "``hycom_atm``", "HYCOM atm forcing in NetCDF format", "" |
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.
I would prefer this just be called "hycom" not "hycom_atm". This is how you did it for ocn_data_type and is consistent with the other options (e.g. "ncar" or "clim").
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.
I left two specific comments for changes to "hycom_am" and requesting you fix a typo I just noticed but not introduced by you. thanks!
Fixed:
* "hycom_atm" -> "hycom" option
* "near" -> "ncar"
Affected files:
doc/source/user_guide/ug_case_settings.rst
cicecore/cicedynB/general/ice_forcing.F90
rgs
Mads
…________________________________________
From: Alice DuVivier <notifications@github.com>
Sent: Tuesday, November 6, 2018 18:48
To: CICE-Consortium/CICE
Cc: Mads Hvid Ribergaard; Author
Subject: Re: [CICE-Consortium/CICE] Hycom forcing v2 + small adds / corrections (#230)
@duvivier requested changes on this pull request.
I left two specific comments for changes to "hycom_am" and requesting you fix a typo I just noticed but not introduced by you. thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#230 (review)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AkUFxZbMMTBh2U_8r6kIUJyuiOvVmitJks5uscuFgaJpZM4YQRr9>.
|
I have no problems leaving this out of normal tests.
However, if you prefer, I can provide pseudo hycom ocean (SST+SSS fixed fields) and hycom atm (time varying) NetCDF data interpolated to GX3?
rgs
Mads
…________________________________________
From: Tony Craig <notifications@github.com>
Sent: Tuesday, November 6, 2018 18:20
To: CICE-Consortium/CICE
Cc: Mads Hvid Ribergaard; Author
Subject: Re: [CICE-Consortium/CICE] Hycom forcing v2 + small adds / corrections (#230)
@apcraig commented on this pull request.
This looks OK, but I may run a test suite on the changes. I assume there is no way to test the hycom forcing option at this point within the consortium? Is it worth adding some input data and setting that up?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#230 (review)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AkUFxYqAsn9CKoQPauu8pK7pSkywhBIQks5uscTsgaJpZM4YQRr9>.
|
This PR replace #224:
--o--
--o--
Tony??
Yes. File updated: doc/source/user_guide/ug_case_settings.rst
Note: "Documentation" includes information on the wiki and .rst files in doc/source/,
which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/.
ad 1) HYCOM forcing:
Do not conflict with other stuff. But nice to have for DMI :-)
ad 2) "popgrid_nc" record-numbers in ice_grid.F90
Corrected all nrec to 1, as it is the first record that is needed for each variables: htn, hte, kmt, etc.
There is ONLY one record for each variable! This is different from "popgrid"-binary, which consists of 7 variables - ie. need a specific record number.
ad 3)+4): Simple adds
ad 5) Nice to have option, which DMI have used previous and may continue to use.