Hi all,
I want to add a new GFL variable and output it by controlling fort.4?
I just found this document https://www.umr-cnrm.fr/gmapdoc/IMG/pdf/yk_addnewgfl_44.pdf.
But I think the description of this file is too simple.
Does anyone have a better one?
Thanks in advance!
1 Comment
Jenson Zhang
I have added a GFL variable according to this document and set the GRIBCODE=301.
and also add PGFL(:,:,YISO%MP) = 1.0 in subroutine CALLPAR.
then set
NFPPHY=11,
MFPPHY(:)=31,32,33,34,35,173,174,178,212,228,301,
There is no error when the code was been compiling and running.
but there is no 301 output in ICMGG file.
Does anyone know what the problem is?