Ask Your Question
0

global-analysis-forecast-phy-001-024

asked 2023-08-28 10:00:42 +0200

Hello CROCO developers

I found a problem in downloading mercator data in the period 2021 - 2022. Has the code global-analysis-forecast-phy-001-024 changed. Thank you

edit retag flag offensive close merge delete

Comments

product_id ?

Apriansyah Hakim gravatar imageApriansyah Hakim ( 2023-08-31 03:08:00 +0200 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2023-08-31 06:00:13 +0200

Gui gravatar image

Hi

Do you have access to the gitlab repository crocotools ? Commit 54d83443 from last may (12). There are in this some commit for extracting forecast data, but if you need to extract analysis data, you should update in the same way : make_OGCM_mercator.m / download_mercator_python ....

Also in crocotools_param.m, just add :

   motu_url_reana='http://nrt.cmems-du.eu/motu-web/Motu';

   service_id_reana='GLOBAL_ANALYSISFORECAST_PHY_001_024-TDS';

   product_id_reana={'cmems_mod_glo_phy_anfc_0.083deg_P1D-m'  ...
                    'cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m', ...
                    'cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m', ...
                    'cmems_mod_glo_phy-so_anfc_0.083deg_P1D-m'};

Because Mercator update their server, and you need to download data in another way...

Tell me if it helps you :)

Guillaume

edit flag offensive delete link more

Comments

Thank you. I don't think I paid much attention to the changes. So how do we download the mercator data for 2021 - 2023?. This download_glorys_data.sh script is only used to download reanalysis data. Do you have any suggestions. Thank you

Apriansyah Hakim gravatar imageApriansyah Hakim ( 2023-09-02 13:25:45 +0200 )edit
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2023-08-28 10:00:42 +0200

Seen: 219 times

Last updated: Aug 31