Skip to content
Snippets Groups Projects
Commit a82f9366 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 03/02/2023:modn_param_ecradn.f90, Cray Compiler doesnt accept Namelist...

Juan 03/02/2023:modn_param_ecradn.f90, Cray Compiler doesnt accept Namelist with "&" and empty line => move NAERMACC to following line
parent c7358669
No related branches found
No related tags found
No related merge requests found
......@@ -84,16 +84,16 @@ CHARACTER(LEN=4), SAVE :: SURF_TYPE
!
NAMELIST/NAM_PARAM_ECRADn/NSWSOLVER,NLWSOLVER,NRADLP,NRADIP,&
NLIQOPT,NICEOPT,NOVLP,NGAS,NREG,XCLOUD_FRAC_STD,&
NLWSCATTERING, NAERMACC &
NLWSCATTERING &
#ifndef MNH_ECRAD
&
,NAERMACC
#else
#if ( VER_ECRAD == 140 )
, LSPEC_ALB, LSPEC_EMISS, &
,NAERMACC , LSPEC_ALB, LSPEC_EMISS, &
! USER_ALB_DIFF, USER_ALB_DIR, USER_EMISS, &
SURF_TYPE
#else
&
,NAERMACC
#endif
#endif
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment