Dear Cam-users,
I am trying to store the following variable but not being able to do so.
VARIABLE = PRECCFRQ, PRECLFRQ, PRECCINT, PRECLINT
APPROACH USED = As the above mentioned variable are in the master field list, I added them in namelist as follows
FINCL1 = " PRECCFRQ" , "PRECLFRQ" , "PRECCINT" , "PRECLINT"
Problem facing = The model is running successfully. But it stores the above all variable as zero.
Then I tried to look into the code and seen that, the following are the only locations where, let say " PRECCFRQ" is involved :
models/atm/cam/src/control/comctl.h: real(r8) precc_thresh ! Precipitation threshold for PRECCINT and PRECCFRQ
models/atm/cam/src/control/history.F90: call addfld ('PRECCFRQ','fraction',1, 'A',&
models/atm/cam/src/control/history.F90: 'mm/hr is set to zero -- to get intensity divide by PRECCFRQ)',phys_decomp)
models/atm/cam/src/control/runtime_opts.F90:! precc_thresh Precipitation threshold to use for PRECCINT and PRECCFRQ (mm/hr)
models/atm/cam/src/control/runtime_opts.F90:! Precipitation threshold for PRECCINT, PRECLINT, PRECCFRQ, and PRECLFRQ output fields
From the above it seems that it is not calling outfld, which might be the reason.
If any body can point me the location where "PRECCFRQ" is calculated, which I am not being able to find out, will be a great help.
Thanks and regards
Saroj
I am trying to store the following variable but not being able to do so.
VARIABLE = PRECCFRQ, PRECLFRQ, PRECCINT, PRECLINT
APPROACH USED = As the above mentioned variable are in the master field list, I added them in namelist as follows
FINCL1 = " PRECCFRQ" , "PRECLFRQ" , "PRECCINT" , "PRECLINT"
Problem facing = The model is running successfully. But it stores the above all variable as zero.
Then I tried to look into the code and seen that, the following are the only locations where, let say " PRECCFRQ" is involved :
models/atm/cam/src/control/comctl.h: real(r8) precc_thresh ! Precipitation threshold for PRECCINT and PRECCFRQ
models/atm/cam/src/control/history.F90: call addfld ('PRECCFRQ','fraction',1, 'A',&
models/atm/cam/src/control/history.F90: 'mm/hr is set to zero -- to get intensity divide by PRECCFRQ)',phys_decomp)
models/atm/cam/src/control/runtime_opts.F90:! precc_thresh Precipitation threshold to use for PRECCINT and PRECCFRQ (mm/hr)
models/atm/cam/src/control/runtime_opts.F90:! Precipitation threshold for PRECCINT, PRECLINT, PRECCFRQ, and PRECLFRQ output fields
From the above it seems that it is not calling outfld, which might be the reason.
If any body can point me the location where "PRECCFRQ" is calculated, which I am not being able to find out, will be a great help.
Thanks and regards
Saroj