Skip to content
Snippets Groups Projects
Commit e9917d83 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

updated depdendencies and added monthly-mean metadata to test script

parent b52de7e1
Branches release-0.5.1
Tags v0.5.1
1 merge request!51Finalize yaco for autosubmit in Destin-E phase 2
......@@ -64,6 +64,7 @@ export yaco_lag=1
export yacoTimeStep="PT1H"
export atmos_time_step_in_sec=360
export ocean_time_step_in_sec=1800
export monthly_mean_time_step_in_sec=3600
export npressure_levels=19
export pressure_levels="100.0,500.0,1000.0,2000.0,3000.0,5000.0,7000.0,10000.0,15000.0,20000.0,25000.0,30000.0,40000.0,50000.0,60000.0,70000.0,85000.0,92500.0,100000.0"
export pressure_levels_fdb="1,5,10,20,30,50,70,100,150,200,250,300,400,500,600,700,850,925,1000"
......
......@@ -111,8 +111,8 @@ definitions:
format: "%S"
grib_time_span_1m: &grib_time_span_1m
indicatorOfUnitForTimeRange: h
lengthOfTimeRange: 744
indicatorOfUnitForTimeRange: 3
lengthOfTimeRange: 1
indicatorOfUnitForTimeIncrement: s
timeIncrement: ${monthly_mean_time_step_in_sec}
<<: *grib_statistical_range
......@@ -1066,4 +1066,4 @@ yac_input:
- name: w
size: ${oce_halflevels}
EOF
}
\ No newline at end of file
}
......@@ -112,10 +112,10 @@ definitions:
format: "%S"
grib_time_span_1m: &grib_time_span_1m
indicatorOfUnitForTimeRange: h
lengthOfTimeRange: 744
indicatorOfUnitForTimeRange: 3
lengthOfTimeRange: 1
indicatorOfUnitForTimeIncrement: s
timeIncrement: ${monthly_mean_time_step_in_sec}
timeIncrement: ${monthly_mean_time_step_in_sec}
<<: *grib_statistical_range
#------- variable metadata ------------------
fdb_writer:
......@@ -935,4 +935,4 @@ yac_input:
- name: v
size: ${oce_levels}
EOF
}
\ No newline at end of file
}
......@@ -9,8 +9,8 @@ REPO_TAG_AEC="v1.1.2"
REPO_TAG_ECBUILD="3.8.0"
REPO_TAG_ECCODES="2.39.0"
REPO_TAG_ECKIT="1.27.0"
REPO_TAG_METKIT="1.11.14"
REPO_TAG_FDB="5.11.113"
REPO_TAG_METKIT="1.11.9"
REPO_TAG_FDB="5.12.0"
REPO_TAG_FYAML="v0.9"
REPO_TAG_CFITSIO="4.1.0"
REPO_TAG_HEALPIX="trunk" # because its only a mirror. version control is done else where.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment