Hi everyone!
I try to add more variables, which have been already defined in the registry, to existing chem_opt==203 (saprc99_mosaic_8bin_vbs2_aq) package. With the edited registry.chem file, the code could be compiled successfully. But I failed to run wrf.exe,encoutering the following errors in rsl.error file:
*** subr init_data_mosaic_ptr - ncomp_aer .ne. ncomp_dum
isize, itype, iphase = 1 1 2
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 76
ncomp_aer, ncomp_dum = 88 33
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
The errors above show that use_registry program do not give pointers to all variables correctly.
It seems that there is a limit on numbers of variables or length of string for chem_opt package. I find a similar post in the forum, but still without resolution. The link of this similar post: How to add more variable
Do anyone know how to remove this limit for chem_opt package in registry?
Thanks a lot for your help in advance.
Liqing
I try to add more variables, which have been already defined in the registry, to existing chem_opt==203 (saprc99_mosaic_8bin_vbs2_aq) package. With the edited registry.chem file, the code could be compiled successfully. But I failed to run wrf.exe,encoutering the following errors in rsl.error file:
*** subr init_data_mosaic_ptr - ncomp_aer .ne. ncomp_dum
isize, itype, iphase = 1 1 2
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 76
ncomp_aer, ncomp_dum = 88 33
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
The errors above show that use_registry program do not give pointers to all variables correctly.
It seems that there is a limit on numbers of variables or length of string for chem_opt package. I find a similar post in the forum, but still without resolution. The link of this similar post: How to add more variable
Do anyone know how to remove this limit for chem_opt package in registry?
Thanks a lot for your help in advance.
Liqing