ESCOMP / FV3GFS_interface

CEMPS interface to FV3GFS
0 stars 2 forks source link

Remove (unused) 'amip_interp_nml' namelist #6

Closed jedwards4b closed 4 years ago

jedwards4b commented 4 years ago

This was removed from ufs-weather-model, we should remove it here as well.

uturuncoglu commented 4 years ago

It is not a FV3 nameless group, it is for FMS and still in the FMS source,

tg803972@login1~/EMC/ufs-v1.0.0.alpha02/src/model/FMS ((HEAD detached at a722a24)) $ grep -ir "amip_interp_nml"
amip_interp/amip_interp.F90:! <NAMELIST NAME="amip_interp_nml">
amip_interp/amip_interp.F90: namelist /amip_interp_nml/ use_ncep_sst, no_anom_sst, use_ncep_ice,  tice_crit, &
amip_interp/amip_interp.F90:    read (input_nml_file, amip_interp_nml, iostat=io)
amip_interp/amip_interp.F90:    ierr = check_nml_error(io,'amip_interp_nml')
amip_interp/amip_interp.F90:       read  (unit, nml=amip_interp_nml, iostat=io, end=10)
amip_interp/amip_interp.F90:       ierr = check_nml_error(io,'amip_interp_nml')
amip_interp/amip_interp.F90:        write (unit,nml=amip_interp_nml)