CliMA / ClimateMachine.jl

Climate Machine: an Earth System Model that automatically learns from data
https://clima.github.io/ClimateMachine.jl/latest/
Other
451 stars 78 forks source link

Required output fields #682

Closed smarras79 closed 4 years ago

smarras79 commented 4 years ago

The initial field should be written out to VTK to make sure that fields are initialized correctly.

This should not only contain the state vector (rho, mome, ene_tot), but also potential temperature, among other derived quantities of interest to users from the atmospheric sciences.

The same quantities should be available at all time steps.

kpamnany commented 4 years ago

From my reading of this code, it looks like the initial state will be written out to the step0 file. Is this not working correctly?

akshaysridhar commented 4 years ago

Is this still an issue ? e.g. running the dry-rayleigh-benard problem for 2 timesteps with -> julia --project examples/Atmos/dry_rayleigh_benard.jl --enable-vtk --vtk-interval=1 --disable-diagnostics produces a *step0000.vtu which shows the initial conditions (in this problem the interesting part is the temperature or potential temperature fields which are aux variables here)