Changeset 2137 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Oct 29, 2014, 8:47:46 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/iophy.F90
r2114 r2137 1117 1117 trim(var%name) 1118 1118 endif 1119 CALL xios_send_field(var%name, Field3d )1119 CALL xios_send_field(var%name, Field3d(:,:,1:nlevx)) 1120 1120 #else 1121 1121 CALL abort_gcm ('iophy','cannot have ok_all_xml = .T. without CPP_XIOS defined' ,1) -
LMDZ5/trunk/libf/phylmd/physiq.F90
r2136 r2137 3512 3512 ! adeclarer 3513 3513 #ifdef CPP_COSP 3514 IF ( MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN3514 IF (itap.eq.1.or.MOD(itap,NINT(freq_cosp/dtime)).EQ.0) THEN 3515 3515 3516 3516 print*,'freq_cosp',freq_cosp … … 3520 3520 call phys_cosp(itap,dtime,freq_cosp, & 3521 3521 ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, & 3522 ecrit_mth,ecrit_day,ecrit_hf, &3522 ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, & 3523 3523 klon,klev,rlon,rlat,presnivs,overlap, & 3524 3524 fract,ref_liq,ref_ice, &
Note: See TracChangeset
for help on using the changeset viewer.