Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTDAS
CTDAS
Graph
f010978d14c6a2f2d5381c3e7d91684d83d867b3
Select Git revision
Branches
20
c13_devel
coco2
ctdas-cosmo
protected
ctdas-icon
protected
ctdas-wrf
protected
ctdas-wrf-in-situ
protected
ctdas-wrf-insitu_uoc
protected
ctdas-wrf-simple-cmds
protected
cte-lagrange
ctecc
ctecc_europe
ctelw_europe
ctsf
ctsf_sib_mul-add
dynamicFFmodel
protected
feature-STILT
protected
gcp
protected
ivar
protected
liesbeth
protected
master
default
protected
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
May
8
7
2
15
Apr
9
8
4
28
Mar
26
25
21
19
27
Feb
12
1
29
Nov
20
15
31
Oct
30
29
25
2
1
26
Sep
4
3
31
Aug
30
28
23
10
6
2
31
Jul
27
26
25
24
23
20
13
12
10
20
Jun
12
11
31
May
29
25
24
21
18
17
16
15
14
11
9
26
Apr
25
24
23
21
19
18
12
2
30
Mar
22
16
15
2
Feb
27
Jan
26
11
10
6
5
19
Dec
16
2
1
30
Nov
28
24
13
10
10
Jun
9
7
6
13
Apr
7
28
Mar
25
23
11
2
1
11
Feb
9
8
4
25
Jan
17
12
11
Dec
8
7
29
Nov
28
19
18
17
16
15
8
3
2
1
22
Oct
21
19
18
3
19
Jul
changed the function calls in order to remove need of sth.DaCycle = DaCycle in start_job. achieved by adding DaCycle to particular function calls and initializing tm5 with DaCycle as call parameter
write_members_to_file: is called with _lag_ instead of lag +1, as inside there was a "lag-1" call... that one removed from inside as well
ordered imports (mainly moved to the top of the module)
removed the body of if __name__ == "__main__", except analysis folder
removed StateVector.isOptimized and replaced with an "optimized" parameter in StateVector.write_to_file call
removed "oldstyle" and "newstyle" checkings from write_obs_to_file (it was added for debugging purposes at some point...)
minor changes
cleanup - all function names (except sth in tools/rc) in lowercase
merged r1186 and r1218 into new version that works under current trunk
Changed expand_mixingratios to allow R and HPHR to be either matrix or vector depending on algorithm choice (serial or bulk).
Changed R and HPHR matrices to vectors for serial minimum least squares algorithm in optimizer to save memory (the routines needed only vectors). For the bulk algorithm this is not possible, so nothing was changed for that option.
first round of "purification" of analysis files; with no influence on the rest of the code
rolled back some changes to interface of calls
new routine to read old savestate files from ct07-ct11 runs
New forward pipeline introduced for running just transport + CTDAS framework
added new helper routines to make py/rc/jb files
Another small fix logging localization when set to None...
Small fix logging localization when set to None
Changed the localization routine and settings, so that the localization is actually used. Also added some extra logging messages related to localization.
Added platform file for capegrim server
Small fix: int(nparams) instead of nparams (baseclasses/statevector.py)
Restored saving of logfiles in exec folder (tools/initexit.py)
too much deleted, now placed back in advance
The code now tests for the presence of the optimizer file, which is False for the purely forward runs. If not present, some steps related to the forecast variables are skipped.
try, except replace with if...else
Minor changes to flow of sample_step and sample_state. Caught a possible problem with the get_initialdata for the ObsOperator, which also needs to happen for an advance step.
reverted to r1186 (the last one from 2012), with changes in observation files from r1192-1194 preserved
Corrected reading in of may_reject and may_localize keys from sites_weights.rc, and option added to include only certain hours of the day (for obspack files containing hourly observations)
Corrected reading in of may_reject and may_localize keys from sites_weights.rc
Corrected reading in of may_reject and may_localize keys from sites_weights.rc
minor changes Friday 1st Feb
removed need for a DaCycle in ObsOperator
removed need for dacycle from ct/obs, obspack, obspack_geocarbon
all the DaCycle/DaSystem references removed from the classes of StateVector
Beginning of February: last commit before date management and cycle management changes
some extra tests conducted
explicitly turn on flask sampling in ctdas
minor changes needed for SF6 obspacks
Loading