Routine get_nggps_ic in tools/external_ic.F90 writes a lot of information to stdout that slows down the model startup for large numbers of MPI tasks. Every tasks spits out something like
We should suppress that and either have only the master task say enter get_nggps_ic. Or, if this information is potentially useful, only write out the full details if the model is compiled in DEBUG mode.
Routine
get_nggps_ic
intools/external_ic.F90
writes a lot of information tostdout
that slows down the model startup for large numbers of MPI tasks. Every tasks spits out something likeWe should suppress that and either have only the master task say
enter get_nggps_ic
. Or, if this information is potentially useful, only write out the full details if the model is compiled in DEBUG mode.