-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues.
### What happened
json文件:
`{
"job": {
"content": [
…
-
Hi,
As instructed, I modify the compilers in the `Makefile` as the following:
```
FCOMPILER = gfortran-11
CCOMPILER = g++-11
LGFORTRAN = #-L/usr/lib/gcc/x86_64-linux-gnu/11/ -I/usr/lib/gcc/x86_64…
-
## Expected Behavior
With the appropriate namelist changes a test case should at least run with the Noah standalone model.
## Current Behavior
The run fails with timestep related errors:
``` nls…
-
https://github.com/wrf-model/WRF/blob/0a11865f97680fdd6865b278ea29d910e5db3ed7/run/README.namelist#L877
I cannot find any references in the WRF repo for ntiedtke_dx_opt except in the the README.nam…
-
### Issue Type
Code Clean-up
### Issue Description
Currently in CAMDEN there is both a `runtime_obj.F90` and `runtime_opts.F90` module, with the `runtime_opts.F90` containing now only the `read_na…
-
First of all i would like to state that i am a noob at all of this and some of my words might not make sense so bear with me a bit.
The code that had to be uploaded to the nodemcu was stopped due to …
-
A bug reported by a user via email, I believe the supplied working example from the user correctly reproduces the issue, though a second pair of eyes might confirm this.
> Say I have an item B whic…
-
`flang -fopenmp` currently hits an assertion failure building this program: https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0070/0070_0185.f03
```
llvm-project/flang/include/flang…
tblah updated
4 weeks ago
-
The output options for
`output_channelBucket_influx = 0` state that these are only active for `UDMP_OPT=1`, however, the following is noted:
## Current Behavior
If `UDMP_OPT=0` and `output_chann…
-
If UDMP is turned on in the namelist, but channel routing is set to Diffusive Wave, the model will crash due to attempting to access unallocated routing data structures.
## Expected Behavior
If a …