Skip to content
Snippets Groups Projects
Commit e567f495 authored by Antoine Berchet's avatar Antoine Berchet
Browse files

Adding satellites to tests

parent 4f55a327
No related branches found
No related tags found
1 merge request!28Fix issue with global domains and find_gridcells; speed up regrid for...
......@@ -3,7 +3,7 @@ FROM pycif/pycif-ci:0.2
# Install MPI
RUN apt-get update \
&& apt-get install -y libopenmpi-dev openmpi-bin libhdf5-openmpi-dev;
&& apt-get install -y libopenmpi-dev openmpi-bin libhdf5-openmpi-dev \
# Install NetCDF
&& cd /tmp \
&& wget https://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-4.5.3.tar.gz \
......
......@@ -123,8 +123,7 @@ def ref_chimere(tmpdir):
}
}
}
},
},
},
......
......@@ -40,19 +40,19 @@ def setup_edgar(setup_melchior):
"varname": "emi_n2o",
"file": "v50_N2O_%Y.0.1x0.1.nc"
}
datavect["concs"]["parameters"]["N2O"] = {
'plugin': {
'name': 'random',
'version': 'param',
'type': 'measurements'
},
'frequency': '1H',
'nstations': 3,
'duration': '1H',
'random_subperiod_shift': True,
'zmax': 100,
'seed': True,
}
# datavect["concs"]["parameters"]["N2O"] = {
# 'plugin': {
# 'name': 'random',
# 'version': 'param',
# 'type': 'measurements'
# },
# 'frequency': '1H',
# 'nstations': 3,
# 'duration': '1H',
# 'random_subperiod_shift': True,
# 'zmax': 100,
# 'seed': True,
# }
yield tmp_dir, config, "short"
......
......@@ -43,6 +43,23 @@ def setup_melchior(ref_chimere):
}
}
# datavect["satellites"] = {
# "parameters": {
# "NO2": {
# "dir": input_dir,
# "file": "monitor_OMIQA4ECV_NO2.%Y%m%d.nc",
# "formula": 2,
# "pressure": "Pa",
# "product": "column",
# "extend_surf": False,
# "cropstrato": True,
# "nchunk": 2,
# "correct_pthick": True,
# "fill_strato": True,
# }
# }
# }
#
yield tmp_dir, config, "short"
......
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