follow the dry core procedure, the first problem we meet is
#error: unknown fpp directive.
vi /global/home/groups/co_aiolos/models/spec_moist_idl_gfdl_model/src/shared/include/fms_platform.h
and give two space before the first _, done.
Next, the model was compiled smoothly, when it hit the link process, throw a problem
atmos_model.o: In function `atmos_model_init':
/global/home/groups/co_aiolos/models/spec_moist_idl_gfdl_model/src/atmos_solo/atmos_model.F90:290: undefined reference to `omp_set_num_threads_'
compared with dry core, comment corresponding lines
vi /global/home/groups/co_aiolos/models/spec_moist_idl_gfdl_model/src/atmos_solo/atmos_model.F90
IT WORKS!