Releases: EcoExtreML/STEMMUS_SCOPE
Releases · EcoExtreML/STEMMUS_SCOPE
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
STEMMUS_SCOPE model updating ebal
script in #24 and #37.
Added
- output of NEE in #37
- documentation in #32 and #33
- variable
DurationSize
to config file in #36 - documentation of how to convert the model output to netcdf files in
utils/csv_to_nc/README.md
#27 - python utility for converting the model output to netcdf files in #27
Removed
- utils/csv_to_nc/write.py and utils/csv_to_nc/read.py in #27
Changed
src/ebal.m
in #24 and #37src/+io/bin_to_csv.m
,src/+io/output_data_binary.m
, andsrc/filesread.m
in #24 and #36- update
utils/csv_to_nc/Variables_will_be_in_NetCDF_file.csv
in #27 - replace
mean
withnanmean
in #37 - readme in #36
Fixed
- the bash script of the running model on Snellius in #25
1.1.1
STEMMUS_SCOPE model including the simplification of freeze/thaw in subroutines introduced in #14.
Added
- Python scripts in Utils to convert the output in csv format to netcdf format, see #11
- The script
soilpropertyread.m
requires the data ofsurfdata.nc
, see #14.
Removed
- Files
src/+io/create_output_files.m
,src/+io/output_data.m
,src/SCOPE.exe
, in #14. - Files
src/PHENOLOGY_STATE.m
,src/Root_Fraction_General.m
,src/VEGETATION_DYNAMIC.m
,src/calc_root_growth.m
in #14.
Changed
src/+equations/Soil_Inertia1.m
,src/soilpropertyread.m
,src/filesread.m
,src/ebal.m
,src/StartInit.m
,src/STEMMUS_SCOPE.m
,src/Initial_root_biomass.m
,src/Evap_Cal.m, src/Enrgy_sub.m
,src/Constants.m
,src/+plot/plots.m
,src/+io/select_input.m
,src/+io/output_data_binary.m
,src/+io/bin_to_csv.m
, in #14.
Fixed
- Output path and forcing path in #10
1.1.0
STEMMUS_SCOPE model including changes from pull requests #4 and #9. The changes are summarized below:
Added
- Add subfunction and module for "Root Properties"
- Add modules
HT_frez
,Initial_root_biomass
- Add module
filesread
to get input/output paths and prepare input data - Add module
soilpropertyread
to prepare soil property input data - Add module
soltir_tp7
to read MODTRAN tp7 file and applies a new MIT algorithm - Add functions to convert the outputs format from binary to csv
- Add the function
output_verfication
from SCOPE code - Add a function to convert timestamp to datetime array from SCOPE code
Changed
- Modify equation of
rssrbs
- Modify the equation of "soil respiration"
- Modify modules
AirPARM
,Air_sub
,CnvrgCHK
,CondL_Tdisp
,CondL_h
,CondT_coeff
,CondV_DE
,CondV_DVg
,Cond_k_g
,Constants
,Density_V
,Dtrmn_Z
,EfeCapCond
,EnrgyPARM
,Enrgy_BC
,Enrgy_Solve
,Enrgy_sub
,Evap_Cal
,Forcing_PARM
,Max_Rootdepth
,ObservationPoints
,SOIL2
,StartInit
,TimestepCHK
,biochemical
,calc_rsoil
,calc_sfactor
,ebal
,hPARM
,h_BC
,h_sub
,hh_Solve
- Modify
STEMMUS_SCOPE
- Refactor function
PlotResults1
- Remove some of the print statements related to outputs in module IO
- Refactor function plot in module plot to read csv format instead dat format
- Update readme