I have installed Polar WRF in my computer.
The Installation Instructions shows that I need some sea ice, like this:
To run with polar options it's best to have the flags enabled for sea ice, sea ice albedo and sea ice thickness:
:FLAG_SNOWSI = 1 ;
:FLAG_ALBSI = 1 ;
:FLAG_ICEDEPTH = 1 ;
in the met_em.d01.YYYY-MM-DD_HH:00:00.nc files (output of WPS)
However, I don't know how to download the related data sets, and how to use data sets.
Nevertheless, I already made some attempts(failed),
Step 1, Downloaded data sets from: https://nsidc.org/data/nsidc-0079
Step 2, Created Vtable:
GRIB1| Level| From | To | metgrid | metgrid | metgrid |GRIB2|GRIB2|GRIB2|GRIB2|
Param| Type |Level1|Level2| Name | Units | Description |Discp|Catgy|Param|Level|
-----+------+------+------+----------+---------+-----------------------------------------+-----------------------+
91 | 1 | 0 | | SEAICE |fraction | Sea ice fraction | 0 | 0 | 0 | 1 |
-----+------+------+------+----------+---------+-----------------------------------------+-----------------------+
Step 3, Link data:
./link_grib.csh /home/yang7kewu/UbuntuFiles531G/DATA/WholePolar_fnlds083p2/SeaIce/bt*
Step 4, Executed:
./ungrib.exe
Error occurred:
ERROR: Grib2 file or date problem, stopping in edition_num.
Appreciate any help!
The Installation Instructions shows that I need some sea ice, like this:
To run with polar options it's best to have the flags enabled for sea ice, sea ice albedo and sea ice thickness:
:FLAG_SNOWSI = 1 ;
:FLAG_ALBSI = 1 ;
:FLAG_ICEDEPTH = 1 ;
in the met_em.d01.YYYY-MM-DD_HH:00:00.nc files (output of WPS)
However, I don't know how to download the related data sets, and how to use data sets.
Nevertheless, I already made some attempts(failed),
Step 1, Downloaded data sets from: https://nsidc.org/data/nsidc-0079
Step 2, Created Vtable:
GRIB1| Level| From | To | metgrid | metgrid | metgrid |GRIB2|GRIB2|GRIB2|GRIB2|
Param| Type |Level1|Level2| Name | Units | Description |Discp|Catgy|Param|Level|
-----+------+------+------+----------+---------+-----------------------------------------+-----------------------+
91 | 1 | 0 | | SEAICE |fraction | Sea ice fraction | 0 | 0 | 0 | 1 |
-----+------+------+------+----------+---------+-----------------------------------------+-----------------------+
Step 3, Link data:
./link_grib.csh /home/yang7kewu/UbuntuFiles531G/DATA/WholePolar_fnlds083p2/SeaIce/bt*
Step 4, Executed:
./ungrib.exe
Error occurred:
ERROR: Grib2 file or date problem, stopping in edition_num.
Appreciate any help!