Alok Kumar Gupta
Alok Kumar Gupta
> Hi @adagj, > > I meant to discuss this with you last week. I had a quick chat with @monsieuralok today, who also helped with the offline blom-ihamocc spin...
@YanchunHe We have discussed in a meeting that first we should confirm (with you) that there is not any issue with CMOR and then, we will develop a test case...
> > > @monsieuralok It seems to me that results are already different after a single time step, which could be linked to an initialization problem. Hi Jan (@j34ni ),...
Hi @DirkOlivie , Have you executed these model with the SourceMods that Thomas has mentioned or are they without SourceMods? We have to think about tests what should be performed...
Hi Dirk, I would suggest to add a flag FFLAGS := $(FFLAGS) -init=zero,arrays in Macros.make as I have never tested for coupled simulation in DEBUG mode. I only tested NF2000Climo....
Hi, Regarding corruption of file on Betzy first change #SBATCH --mem-per-cpu=16GB to #SBATCH --mem-per-cpu=30GB in case.st_archive. Also, change nthreads to 4 in noresm2netcdf4.sh. It should work for 1 degree ocn...
update from 22/10/2019 When I was executing compset NFPTAERO60 with grid f19_f19_mg17, I was getting some strange value of field names which is getting crash atleast when I compile with...
@adagj I will do soon; I did not notice that there are two issues one with NorESM2 and NorESM2.1 I sent pull request for NorESM2.1:- https://github.com/NorESMhub/NorESM/issues/539#event-13860843829
@gold2718 if I am correct and understood correctly if I update compiler information in noresm2_1_develop branch which is same as noresm2_3_develop branch. We do not need to update any other...
we have added following lines in scripts/lib/CIME/case/case_st_archive.py os.unsetenv('SLURM_MEM_PER_GPU') os.unsetenv('SLURM_MEM_PER_CPU') whcih has earlier solved problem. I will check it probably, NorESM-2.5 does not have it or require only os.unsetenv('SLURM_MEM_PER_CPU') or might...