-
Some (but not all) fluxes are divided by aice before being sent to the cesm coupler. This is highly confusing because normally, multiplying a non-flux value (e.g. thickness) specific to the ice-cover…
-
I get the expected results for Amon from CanESM:
```
$python cfamip.py CanESM5-1_proc/CanESM5-1_r4i1p1f1_Amon_input_files.txt
[,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,…
-
It seems hard to use the tabulated albedo with just any radiation product, because they each have independent notions about what the incoming radiation should be. I feel that the `PrescribedAtmosphere…
-
After running the model for a period of time, an error occurred: ERRENG = 1.0557652E-02 at i,j: 24 49
Net solar: 415.1313
Net longwave: 5511.5645
Total sensible…
-
(1) Outgoing radiation assuming no aerosol
rlutaf, rlutcsaf, rsutaf: need a standard names. Current names do not include aerosol free component.
- rlut, rlutaf: toa_outgoing_longwave_flux
- rlutc…
-
Something like (needs to be validated):
```python
all_vars = [
"clt", # cloud area fraction
"evspsbl", # evaporation including sublimation and transpiration
"hfls", # surface upw…
-
The developers of satdump drastically changed the file output of imagery relating to geo sats. Thge new naming convention does not 'currently' work with Sanchez. As you can see below, other than the…
-
Oak Ridge National Laboratory CMIP6-based Multi-model Hydroclimate Projection over the Conterminous US datasets are available at https://hydrosource.ornl.gov/dataset/9505V3_1.
-
In the two-stream RTM, blackbody emissivity is scaled by the crown area index as follows:
https://github.com/EDmodel/ED2/blob/42a05a8a33c340f5aba37b5c9a33c50798c6d085/ED/src/dynamics/twostream_rad.…
-
https://github.com/wrf-model/WRF/blob/6233639c599119e76fca17dba9ea211af53a0ba9/phys/module_sf_bep_bem.F#L5319
@andreazonato In this calculation of gfl, do you think there is a missing parenthesis (ma…