MDSSFTD: Please read the Wiki
The Wiki contains information on the installation and usage of the MDSSFTD tool. Furthermore, the inputs and outputs are detailed here.
Added by francisco javier ceamanos garcia about 4 years ago
The Wiki contains information on the installation and usage of the MDSSFTD tool. Furthermore, the inputs and outputs are detailed here.
Added by francisco javier ceamanos garcia about 4 years ago
The CNRM is happy to release the open source version of the MDSSFTD code that allows to calculate the solar radiation incident on the surface based on SEVIRI/MSG observations.
Added by alexandre mary almost 5 years ago
Commit commit:ccb8424
Main advances:vtk
)center
addedgetvalue_ij
and getvalue_ll
rewrittenextractsection
and extractprofile
addedgetvalue_ll
(linear and cubic)domain_making
: add possibility to set reference_lat
for lamberteq_Hgeom
vcoord_as_field
exclude_extralevels
option for hybridH2altitudeField_Dict_FA.csv
: correction for distinction between 0-3-4 and 0-3-5, for cloud water and ice crystal, default value for productDefinitionTemplateNumberfind_fields_in_resource
and inquire_field_dict
moveOnMass
optionDiagnosticsResource
netCDFMNH
epyweb
: Minimal support of GRIB2 filesAdded by matthieu lafaysse almost 5 years ago
Dear Crocus users,
The cen branch (stable branch for Crocus users) has just been updated with numerous modifications including:
- merge with all technical modifications of SURFEX v8.1 master branch : http://www.umr-cnrm.fr/surfex//spip.php?rubrique151
- merge of various new developments which can optionnally be activated :
Multiphysical system ESCROC (Ensemble System Crocus). Documentation: https://opensource.umr-cnrm.fr/projects/snowtools_git/wiki/Multiphysics
Explicit representation of impurities : https://opensource.umr-cnrm.fr/projects/snowtools_git/wiki/Explicit_representation_of_impurities
Snow management in ski resorts: https://opensource.umr-cnrm.fr/projects/snowtools_git/wiki/Crocus-RESORT
Modification of radiation corrections on explicit slopes: https://opensource.umr-cnrm.fr/projects/snowtools_git/wiki/Radiation_on_slopes
Add topographic metadata in diagnostic files: https://opensource.umr-cnrm.fr/projects/snowtools_git/wiki/Output_diagnostics
Coupling of Crocus snowpack model with Multiple Energy Balance scheme for snow-vegetation interactions (documentation not yet available)
MEPRA expert system for avalanche hazard diagnostic (documentation not yet available)
SYTRON scheme for erosion/accumulation of drifted snow in the massif geometry (documentation not yet available)
The main technical consequence for standard users is that the namelists from version 8 are no longer supported. Users must adapt their namelists from this version 8.1 example: https://opensource.umr-cnrm.fr/projects/snowtools_git/repository/revisions/master/entry/DATA/OPTIONS_V8.1_NEW_OUTPUTS_NC.nam
Note also that the results of standard applications on slopes are likely to be affected by the changes in the radiations parameterization. There was not any modification in the main snowpack scheme itself.
Note that we will ask all users to update their code in case of bugs in older versions.
(git pull and new compilation)
If despite all our tests, you meet troubles with this new version, please report them through the support interface: https://opensource.umr-cnrm.fr/projects/snowtools_git/issues/new
This new release is the result of a long work from many contributors, including a major investment of Rafife Nheili for merging.
Thank you
Matthieu
Added by alexandre mary about 5 years ago
Commit commit:660134f5
Contents, since 1.3.2:
Geometries:domain_making
update: I and E zones in pgdhybridP_coord_to_3D_altitude_field()
vgrid
site package; provide handy tools to generate vertical hybrid-pressure coordinates (A & B)modify_validity()
install_epygram.py
epy_doc.py
Added by alexandre mary over 5 years ago
Commit commit:1cfe0f1
Contents, since 1.2.15:
epygram is now Python3-compatible, EXCEPT that neither gribapi nor ecCodes is...
Geometries:myproj
(towards pyproj
)Added by alexandre mary over 5 years ago
Commit commit:9b50175
Contents, since 1.2.10:
Functionalities:
change default colormap from seismic to RdBu_r, softer for the eyes...
more options to basemap
field.shave()
call to (e)trans_inq through SpectralGeometry object
ability to plot uniform fields with points/scatter
Gauss geometry resolution_field()
plotfield(): add rcparams control
mesh_area methods for projected grids
levelsnumber in H2D.plotfield() can be a discrete list of levels
function to compute gauss_latitudes()
function to compute 3D pressure field from hybrid-pressure coordinate and surface pressure
FA:
bugfix in FA-Gauss writing
guess field type (H2D/Misc) if not in Field Dict
more control on limitation of FA compression (customizable in config)
GRIB:
ability to read spectral fields (spherical harmonics)
workaround a bug in gribapi indexes
workaround 'pv' key absence
NetCDF:
regular_lonlat grid_mapping and resolution consistency
EPYWEB:
Epyweb fixes and updated defaults
usevortex:
fixes for FTP and session memory leak
quiet_get() context manager
domain_maker:
domain_maker reorganized in order to be used from Olive (clim_3to1 configuration)
departments option
margin in lonlat-included domain generation, customizable in config
Technical:
more unit-tests
movings to bronx
site-package along vortex
Miscellaneous:
Doc and Notebooks update
Numerous various fixes
update Field_Dict_FA (visibility)
Added by matthieu lafaysse over 5 years ago
Dear Crocus users,
The main branch for Crocus users was renamed "cen" instead of the complex name "lafaysse_fromV8trunk_withmeb".
To be able to receive the next updates, all of you who installed this branch must do the following command to refer to the new remote name :
git branch lafaysse_fromV8trunk_withmeb --set-upstream origin/cen
Then, optionnally, you can also rename your local branch name for consistency with:
git branch -m lafaysse_fromV8trunk_withmeb cen
Matthieu
Added by alexandre mary about 6 years ago
Commit commit:0e2352a
Contents, since 1.2.0:
Functionalities
Extract a subzone, keeping projection properties: field.extract_subarray()
Update of geometry.plotgeometry()
Factorization of functions in domain_maker
Histograms of fields: field.hist()
+ epy_hist.py
Option epy_stats.py --only_maxdiff/--oxd
Horizontaly averaged profiles (FA, epy_profile.py)
Grid-to-grid resampling: field.resample()
and .resample_on_regularll()
FA
Ability to read/write GRIB2-encoded fields in FA (using grib_api), with an arpifs4py.so from cy42_op1 onwards
netCDF
On-the-fly options in writing: writefield(adhoc_behaviour=...)
Flattening
EPYWEB
Mode filesystem
Numerous various fixes
usevortex
Points/profiles extraction to netCDF: usevortex.extractor()
Technical
Unit-tests
Preparation to future compatibility with Python3
Support for LFI on MF-Bull
Miscellaneous
Numerous various fixes
Field data accessors, made cleaner
Various other cleanings
Update of the documentation
Notebooks in Tutorial
Added by deborah verfaillie almost 7 years ago
Bienvenue dans le projet ADAMONT!
Merci de consulter la page Wiki pour plus d'informations.
Also available in: Atom