knaughten / mitgcm_python

Python scripts designed for my Weddell Sea and Amundsen Sea configurations of MITgcm.
25 stars 17 forks source link

SOSE monthly climatology #1

Closed wei200 closed 4 years ago

wei200 commented 4 years ago

Thanks for sharing the workflow of creating a MITgcm domain. I'm trying to use your tools to reproduce the initial condition from SOSE. Can you share the path where I can download the precomputed /data/oceans_input/raw_input_data/SOSE_monthly_climatology? Thank you!

knaughten commented 4 years ago

Hi Wei,

Thanks for your message. The precomputed data is stored on an internal BAS server which is not publicly available, however you can precompute your own climatology by downloading the original SOSE data (http://sose.ucsd.edu/sose_stateestimation_data_05to10.html) and then using this function: https://github.com/knaughten/mitgcm_python/blob/c4e9be8d6049d141b89142c78703b6b40d8c3842/ics_obcs.py#L31

Hope that helps! Kaitlin

Dr Kaitlin Naughten | Ocean-Ice Modeller | British Antarctic Survey

High Cross, Madingley Road, Cambridge CB3 0ET

Email: kaight@bas.ac.ukmailto:kaight@bas.ac.uk


From: Wei notifications@github.com Sent: 25 May 2020 07:35 To: knaughten/mitgcm_python mitgcm_python@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [knaughten/mitgcm_python] SOSE monthly climatology (#1)

Thanks for sharing the workflow of creating a MITgcm domain. I'm trying to use your tools to reproduce the initial condition from SOSE. Can you share the path where I can download the precomputed /data/oceans_input/raw_input_data/SOSE_monthly_climatology? Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/knaughten/mitgcm_python/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC45IKDJNDI5CWNVUOD57TTRTIGRTANCNFSM4NJILM4Q.

This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

wei200 commented 4 years ago

Thanks a lot for sharing the function.